diff --git a/log.txt b/log.txt deleted file mode 100644 index 60f8f5e..0000000 --- a/log.txt +++ /dev/null @@ -1,25562 +0,0 @@ -#0 building with "youthful_varahamihira" instance using docker-container driver - -#1 [internal] load build definition from Dockerfile -#1 transferring dockerfile: 2.07kB done -#1 DONE 0.0s - -#2 [internal] load metadata for docker.io/library/rust:1.76.0 -#2 ... - -#3 [internal] load metadata for docker.io/library/debian:stable -#3 DONE 0.7s - -#2 [internal] load metadata for docker.io/library/rust:1.76.0 -#2 DONE 0.7s - -#4 [internal] load .dockerignore -#4 transferring context: 80B done -#4 DONE 0.0s - -#5 [internal] load build context -#5 transferring context: 14.02kB 0.0s done -#5 DONE 0.0s - -#6 [stage-1 1/7] FROM docker.io/library/debian:stable@sha256:fef26aa981ff8c3eeb09b20555ec6e02b38e6b227ec0b88bef7fde778cbf848a -#6 resolve docker.io/library/debian:stable@sha256:fef26aa981ff8c3eeb09b20555ec6e02b38e6b227ec0b88bef7fde778cbf848a 0.1s done -#6 DONE 0.1s - -#7 [stage-1 2/7] RUN apt update -y && apt install -y iproute2 -#7 CACHED - -#8 [builder 1/12] FROM docker.io/library/rust:1.76.0@sha256:d36f9d8a9a4c76da74c8d983d0d4cb146dd2d19bb9bd60b704cdcf70ef868d3a -#8 resolve docker.io/library/rust:1.76.0@sha256:d36f9d8a9a4c76da74c8d983d0d4cb146dd2d19bb9bd60b704cdcf70ef868d3a -#8 resolve docker.io/library/rust:1.76.0@sha256:d36f9d8a9a4c76da74c8d983d0d4cb146dd2d19bb9bd60b704cdcf70ef868d3a 0.1s done -#8 DONE 0.1s - -#9 [builder 6/12] COPY ./sartd /home/sartd -#9 CACHED - -#10 [builder 8/12] COPY ./sartcni /home/sartcni -#10 CACHED - -#11 [builder 3/12] RUN case "linux/arm64" in "linux/arm64") echo aarch64-unknown-linux-musl > /rust_target.txt ;; "linux/amd64") echo x86_64-unknown-linux-musl > /rust_target.txt ;; *) exit 1 ;; esac -#11 CACHED - -#12 [builder 4/12] RUN rustup target add $(cat /rust_target.txt) -#12 CACHED - -#13 [builder 7/12] COPY ./sart /home/sart -#13 CACHED - -#14 [builder 9/12] COPY ./proto /home/proto -#14 CACHED - -#15 [builder 5/12] WORKDIR /home -#15 CACHED - -#16 [builder 10/12] RUN cd sartd; cargo build --release --target $(cat /rust_target.txt) && cp /home/sartd/target/$(cat /rust_target.txt)/release/sartd /usr/local/bin/sartd && cargo build --release --bin cni-installer --target $(cat /rust_target.txt) && cp /home/sartd/target/$(cat /rust_target.txt)/release/cni-installer /usr/local/bin/cni-installer -#16 CACHED - -#17 [builder 2/12] RUN apt update -y && apt install -y protobuf-compiler libprotobuf-dev clang llvm mold gcc-multilib pkg-config -#17 CACHED - -#18 [builder 11/12] RUN cd sart; cargo build --release --target $(cat /rust_target.txt) && cp /home/sart/target/$(cat /rust_target.txt)/release/sart /usr/local/bin/sart -#18 CACHED - -#19 [builder 12/12] RUN cd sartcni; cargo build --release --target $(cat /rust_target.txt) && cp /home/sartcni/target/$(cat /rust_target.txt)/release/sart-cni /usr/local/bin/sart-cni -#19 0.160 Updating crates.io index -#19 7.587 Downloading crates ... -#19 12.77 Downloaded async-trait v0.1.77 -#19 12.78 Downloaded anyhow v1.0.79 -#19 12.78 Downloaded built v0.7.1 -#19 12.79 Downloaded cargo-lock v9.0.0 -#19 12.80 Downloaded form_urlencoded v1.2.1 -#19 12.81 Downloaded getrandom v0.2.12 -#19 12.81 Downloaded serde_spanned v0.6.4 -#19 12.82 Downloaded cc v1.0.83 -#19 12.83 Downloaded toml_datetime v0.6.5 -#19 12.83 Downloaded relative-path v1.9.2 -#19 12.83 Downloaded home v0.5.9 -#19 12.83 Downloaded jobserver v0.1.27 -#19 12.83 Downloaded pkg-config v0.3.28 -#19 12.84 Downloaded itoa v1.0.10 -#19 12.85 Downloaded iana-time-zone v0.1.59 -#19 12.85 Downloaded tempfile v3.9.0 -#19 12.85 Downloaded toml v0.7.8 -#19 12.85 Downloaded ryu v1.0.16 -#19 12.85 Downloaded unicode-bidi v0.3.14 -#19 12.85 Downloaded prettyplease v0.2.16 -#19 12.86 Downloaded url v2.5.0 -#19 12.86 Downloaded toml_edit v0.19.15 -#19 12.86 Downloaded mio v0.8.10 -#19 12.87 Downloaded git2 v0.18.1 -#19 12.87 Downloaded winnow v0.5.19 -#19 12.87 Downloaded vcpkg v0.2.15 -#19 12.89 Downloaded memchr v2.7.1 -#19 12.90 Downloaded prost-build v0.12.3 -#19 12.90 Downloaded idna v0.5.0 -#19 12.91 Downloaded rustix v0.38.28 -#19 12.92 Downloaded libc v0.2.151 -#19 12.95 Downloaded linux-raw-sys v0.4.12 -#19 12.97 Downloaded libgit2-sys v0.16.1+1.7.1 -#19 13.00 Downloaded libz-sys v1.1.12 -#19 13.05 Compiling proc-macro2 v1.0.76 -#19 13.05 Compiling unicode-ident v1.0.12 -#19 13.05 Compiling libc v0.2.151 -#19 13.05 Compiling autocfg v1.1.0 -#19 13.05 Compiling pin-project-lite v0.2.13 -#19 13.05 Compiling bytes v1.5.0 -#19 13.05 Compiling futures-core v0.3.30 -#19 13.05 Compiling rustix v0.38.28 -#19 13.05 Compiling anyhow v1.0.79 -#19 13.05 Compiling either v1.9.0 -#19 13.05 Compiling serde v1.0.195 -#19 13.05 Compiling equivalent v1.0.1 -#19 13.05 Compiling futures-sink v0.3.30 -#19 13.05 Compiling hashbrown v0.14.3 -#19 13.06 Compiling once_cell v1.19.0 -#19 13.06 Compiling pin-utils v0.1.0 -#19 13.06 Compiling futures-task v0.3.30 -#19 13.06 Compiling memchr v2.7.1 -#19 13.06 Compiling futures-io v0.3.30 -#19 13.06 Compiling itoa v1.0.10 -#19 13.06 Compiling prettyplease v0.2.16 -#19 13.06 Compiling cfg-if v1.0.0 -#19 13.06 Compiling rustversion v1.0.14 -#19 13.06 Compiling fnv v1.0.7 -#19 13.06 Compiling regex-syntax v0.8.2 -#19 13.06 Compiling pkg-config v0.3.28 -#19 13.06 Compiling percent-encoding v2.3.1 -#19 13.06 Compiling bitflags v2.4.1 -#19 13.06 Compiling tinyvec_macros v0.1.1 -#19 13.06 Compiling linux-raw-sys v0.4.12 -#19 13.08 Compiling vcpkg v0.2.15 -#19 13.08 Compiling semver v1.0.20 -#19 13.09 Compiling httparse v1.8.0 -#19 13.09 Compiling futures-channel v0.3.30 -#19 13.14 Compiling itertools v0.11.0 -#19 13.15 Compiling tower-service v0.3.2 -#19 13.20 Compiling tinyvec v1.6.0 -#19 13.21 Compiling fixedbitset v0.4.2 -#19 13.22 Compiling fastrand v2.0.1 -#19 13.24 Compiling tracing-core v0.1.32 -#19 13.25 Compiling unicode-bidi v0.3.14 -#19 13.26 Compiling slab v0.4.9 -#19 13.28 Compiling indexmap v1.9.3 -#19 13.33 Compiling ppv-lite86 v0.2.17 -#19 13.33 Compiling try-lock v0.2.5 -#19 13.33 Compiling async-trait v0.1.77 -#19 13.36 Compiling http v0.2.11 -#19 13.42 Compiling home v0.5.9 -#19 13.42 Compiling want v0.3.1 -#19 13.48 Compiling num-traits v0.2.17 -#19 13.52 Compiling form_urlencoded v1.2.1 -#19 13.53 Compiling httpdate v1.0.3 -#19 13.57 Compiling aho-corasick v1.1.2 -#19 13.58 Compiling rustc_version v0.4.0 -#19 13.63 Compiling log v0.4.20 -#19 13.65 Compiling heck v0.4.1 -#19 13.68 Compiling indexmap v2.1.0 -#19 13.68 Compiling multimap v0.8.3 -#19 13.71 Compiling quote v1.0.35 -#19 13.77 Compiling serde_json v1.0.111 -#19 13.79 Compiling winnow v0.5.19 -#19 13.81 Compiling tower-layer v0.3.2 -#19 13.81 Compiling hashbrown v0.12.3 -#19 13.82 Compiling rstest_macros v0.18.2 -#19 13.84 Compiling mime v0.3.17 -#19 13.87 Compiling syn v2.0.48 -#19 13.91 Compiling thiserror v1.0.56 -#19 13.94 Compiling ryu v1.0.16 -#19 13.98 Compiling matchit v0.7.3 -#19 13.99 Compiling sync_wrapper v0.1.2 -#19 14.02 Compiling jobserver v0.1.27 -#19 14.03 Compiling relative-path v1.9.2 -#19 14.06 Compiling num_cpus v1.16.0 -#19 14.06 Compiling socket2 v0.5.5 -#19 14.09 Compiling mio v0.8.10 -#19 14.11 Compiling getrandom v0.2.12 -#19 14.13 Compiling unicode-normalization v0.1.22 -#19 14.17 Compiling cc v1.0.83 -#19 14.18 Compiling axum-core v0.3.4 -#19 14.19 Compiling axum v0.6.20 -#19 14.27 Compiling rand_core v0.6.4 -#19 14.29 Compiling http-body v0.4.6 -#19 14.29 Compiling petgraph v0.6.4 -#19 14.31 Compiling built v0.7.1 -#19 14.33 Compiling glob v0.3.1 -#19 14.37 Compiling bitflags v1.3.2 -#19 14.40 Compiling iana-time-zone v0.1.59 -#19 14.42 Compiling rand_chacha v0.3.1 -#19 14.43 Compiling futures-timer v3.0.2 -#19 14.44 Compiling base64 v0.21.7 -#19 14.49 Compiling ipnet v2.9.0 -#19 14.62 Compiling idna v0.5.0 -#19 14.62 Compiling rand v0.8.5 -#19 14.81 Compiling chrono v0.4.31 -#19 15.04 Compiling libz-sys v1.1.12 -#19 15.04 Compiling libgit2-sys v0.16.1+1.7.1 -#19 15.08 Compiling url v2.5.0 -#19 15.15 Compiling regex-automata v0.4.3 -#19 15.37 Compiling tempfile v3.9.0 -#19 15.38 Compiling which v4.4.2 -#19 16.55 Compiling regex v1.10.2 -#19 17.40 Compiling serde_derive v1.0.195 -#19 17.40 Compiling prost-derive v0.12.3 -#19 17.40 Compiling futures-macro v0.3.30 -#19 17.40 Compiling tokio-macros v2.2.0 -#19 17.40 Compiling tracing-attributes v0.1.27 -#19 17.40 Compiling pin-project-internal v1.1.3 -#19 17.40 Compiling async-stream-impl v0.3.5 -#19 17.40 Compiling thiserror-impl v1.0.56 -#19 17.99 Compiling async-stream v0.3.5 -#19 18.04 Compiling tokio v1.35.1 -#19 18.18 Compiling futures-util v0.3.30 -#19 18.45 Compiling pin-project v1.1.3 -#19 18.46 Compiling tracing v0.1.40 -#19 18.62 Compiling prost v0.12.3 -#19 18.73 Compiling prost-types v0.12.3 -#19 19.08 The following warnings were emitted during compilation: -#19 19.08 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: failed to probe system libgit2: pkg-config has not been configured to support cross-compilation. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/checkout.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/checkout.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/checkout.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/checkout.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/checkout.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/checkout.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/cache.c:libgit2/src/libgit2/cherrypick.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/cache.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/libgit2/common.hlibgit2/src/libgit2/attr_file.c:::8310: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:/usr/include/pthread.h838: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.hIn file included from :libgit2/src/libgit2/attr_file.h698698::106: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from :libgit2/src/libgit2/common.h 6::10error: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from 'regparm' is not valid on this platformlibgit2/src/util/git2_util.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :83error: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform/usr/include/pthread.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::52/usr/include/bits/pthreadtypes-arch.h:libgit2/src/libgit2/attr.c52:5052:: :note: 50expanded from macro '__cleanup_fct_attribute':: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 50note: :expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/attr.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from In file included from libgit2/src/libgit2/cache.clibgit2/src/libgit2/attr_file.c::8libgit2/src/libgit2/cherrypick.c8:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/attr_file.hIn file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/cache.h::1010:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from 10In file included from libgit2/src/libgit2/common.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :libgit2/src/util/git2_util.h10In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 83libgit2/src/util/git2_util.hlibgit2/src/libgit2/common.h::: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 83/usr/include/pthread.h10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 710In file included from :libgit2/src/util/git2_util.h3/usr/include/pthread.h::: 83710error: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform/usr/include/pthread.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : __cleanup_fct_attribute;: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3710: ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3error: :'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~/usr/include/bits/pthreadtypes-arch.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :52:50:/usr/include/bits/pthreadtypes-arch.h :note: 52expanded from macro '__cleanup_fct_attribute': -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 50 __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~note: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52/usr/include/bits/pthreadtypes-arch.h::5052:: 50note: :expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/attr.clibgit2/src/libgit2/cherrypick.c::88: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/attr.hlibgit2/src/libgit2/common.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/cache.cIn file included from :libgit2/src/libgit2/common.hIn file included from libgit2/src/libgit2/attr_file.c8:libgit2/src/util/git2_util.h10:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 883In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h/usr/include/pthread.hIn file included from :libgit2/src/libgit2/cache.h751::106: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ::83 : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: error: In file included from 'regparm' is not valid on this platformlibgit2/src/libgit2/common.hIn file included from :/usr/include/pthread.h10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 710In file included from :libgit2/src/util/git2_util.hlibgit2/src/libgit2/attr_file.h:3::1083: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: error: /usr/include/pthread.hIn file included from 'regparm' is not valid on this platformlibgit2/src/libgit2/common.h:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 75110:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 6In file included from :libgit2/src/util/git2_util.h :error: 83'regparm' is not valid on this platform: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6 __cleanup_fct_attribute __attribute__ ((__noreturn__)): -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~error: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;/usr/include/bits/pthreadtypes-arch.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from : ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/libgit2/buf.c -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 52::50/usr/include/bits/pthreadtypes-arch.h:: 52note: :expanded from macro '__cleanup_fct_attribute'8 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 50: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/libgit2/buf.hnote: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :expanded from macro '__cleanup_fct_attribute'11 __cleanup_fct_attribute __attribute__ ((__noreturn__)): -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.h/usr/include/bits/pthreadtypes-arch.h::1052/usr/include/bits/pthreadtypes-arch.h::50: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 52In file included from :libgit2/src/util/git2_util.h :note: :expanded from macro '__cleanup_fct_attribute'8350: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~698note: :expanded from macro '__cleanup_fct_attribute'6 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~error: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;In file included from libgit2/src/libgit2/attr.c: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/attr.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:/usr/include/bits/pthreadtypes-arch.h10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 52libgit2/src/util/git2_util.h::5083:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.hnote: :expanded from macro '__cleanup_fct_attribute'751 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/buf.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/buf.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;In file included from libgit2/src/libgit2/attrcache.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/attrcache.h ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/bits/pthreadtypes-arch.hlibgit2/src/libgit2/common.h::5210:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 50In file included from :libgit2/src/util/git2_util.h :note: 83expanded from macro '__cleanup_fct_attribute': -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/buf.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/buf.h:11# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from ^ ~libgit2/src/libgit2/common.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.hIn file included from :52libgit2/src/libgit2/attrcache.c::508:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from note: libgit2/src/libgit2/attrcache.hexpanded from macro '__cleanup_fct_attribute':10 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/attrcache.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/attrcache.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame_git.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame_git.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame_git.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame_git.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame_git.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame_git.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/clone.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/clone.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/annotated_commit.c:In file included from libgit2/src/libgit2/clone.c:88: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/clone.hlibgit2/src/libgit2/annotated_commit.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/common.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/pthread.h::698710::63:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/clone.c:In file included from 8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/clone.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/annotated_commit.c: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/annotated_commit.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/annotated_commit.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/annotated_commit.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/blame.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame.h:4: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame.h:4: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame.h:4: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/blob.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blob.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blob.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blob.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blob.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blob.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/branch.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/branch.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/branch.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/branch.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/branch.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/branch.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/apply.c:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/array.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/apply.c:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/array.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/apply.c:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/array.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/checkout.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/checkout.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/apply.c:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/cherrypick.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/buf.c:97:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, datalen, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/cache.c ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/commit.c: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :141 __cleanup_fct_attribute __attribute__ ((__noreturn__)):32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :60# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))):40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame_git.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame_git.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame.h:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/annotated_commit.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/annotated_commit.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/attr.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/attr_file.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/attrcache.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/clone.c:23: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blob.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blob.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/blame_git.c:48:28: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~warning: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, sizeof(*o), path_len); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/blame_git.c:49:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/branch.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_graph.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_graph.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_graph.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_graph.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_graph.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_graph.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blame.h:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_list.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_list.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_list.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_list.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_list.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_list.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_graph.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/annotated_commit.o" "-c" "libgit2/src/libgit2/annotated_commit.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/apply.o" "-c" "libgit2/src/libgit2/apply.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_file.o" "-c" "libgit2/src/libgit2/config_file.c" -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/attr.o" "-c" "libgit2/src/libgit2/attr.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/attr_file.o" "-c" "libgit2/src/libgit2/attr_file.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/attrcache.o" "-c" "libgit2/src/libgit2/attrcache.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/blame.o" "-c" "libgit2/src/libgit2/blame.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/blame_git.o" "-c" "libgit2/src/libgit2/blame_git.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/blob.o" "-c" "libgit2/src/libgit2/blob.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/branch.o" "-c" "libgit2/src/libgit2/branch.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/buf.o" "-c" "libgit2/src/libgit2/buf.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/cache.o" "-c" "libgit2/src/libgit2/cache.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/checkout.o" "-c" "libgit2/src/libgit2/checkout.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/cherrypick.o" "-c" "libgit2/src/libgit2/cherrypick.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/clone.o" "-c" "libgit2/src/libgit2/clone.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_mem.o" "-c" "libgit2/src/libgit2/config_mem.c" -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit_list.c:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/commit_list.c:90:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (git__multiply_sizet_overflow(&bytes, n_parents, sizeof(git_commit_list_node *))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 2 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_cache.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_cache.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_cache.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_entries.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_entries.h:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_entries.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_entries.h:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_entries.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_entries.h:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_file.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_file.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_file.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_file.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_file.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_file.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_file.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_file.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_file.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_parse.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_parse.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_parse.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_parse.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_parse.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_parse.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_generate.cIn file included from :libgit2/src/libgit2/diff_parse.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from 8libgit2/src/libgit2/diff_generate.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/libgit2/diff_parse.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/libgit2/common.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/libgit2/common.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/util/git2_util.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 83libgit2/src/util/git2_util.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :83/usr/include/pthread.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/pthread.h698::6986::6 :error: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:/usr/include/bits/pthreadtypes-arch.h50::52 note: :expanded from macro '__cleanup_fct_attribute'50 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_generate.c:In file included from 8libgit2/src/libgit2/diff_parse.c: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 8libgit2/src/libgit2/diff_generate.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/libgit2/diff_parse.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/libgit2/common.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/libgit2/common.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/util/git2_util.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 83libgit2/src/util/git2_util.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/pthread.h83:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 710/usr/include/pthread.h::3710:: 3error: :'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_generate.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/diff_parse.clibgit2/src/libgit2/diff_generate.h::810: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/diff_parse.hlibgit2/src/libgit2/common.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/util/git2_util.h::1083: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/pthread.hlibgit2/src/util/git2_util.h::75183:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 6/usr/include/pthread.h:: 751error: :'regparm' is not valid on this platform6 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 52:50: note: /usr/include/bits/pthreadtypes-arch.hexpanded from macro '__cleanup_fct_attribute': -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/delta.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/delta.h:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/delta.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/delta.h:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/delta.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/delta.h:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/config_snapshot.clibgit2/src/libgit2/diff.c::88: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/config_backend.hlibgit2/src/libgit2/diff.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/common.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/pthread.h::698698:In file included from :66:libgit2/src/libgit2/describe.c: :error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: : expanded from macro '__cleanup_fct_attribute'52 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :note: 50expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_snapshot.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/config_backend.hlibgit2/src/libgit2/describe.c::108: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/common.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/pthread.h::710710::33:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h __cleanup_fct_attribute;: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 710 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3: /usr/include/bits/pthreadtypes-arch.herror: :'regparm' is not valid on this platform52 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/bits/pthreadtypes-arch.h50::52 :note: 50expanded from macro '__cleanup_fct_attribute': -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute'# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/crlf.c:In file included from In file included from libgit2/src/libgit2/describe.clibgit2/src/libgit2/config_snapshot.c::88: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/config_backend.h:libgit2/src/libgit2/common.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.hIn file included from :In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::108383: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h/usr/include/pthread.hIn file included from /usr/include/pthread.h:::libgit2/src/libgit2/diff.c83751698::86: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/pthread.h6::In file included from :751 :error: libgit2/src/libgit2/diff.h'regparm' is not valid on this platform: error: 6 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :10'regparm' is not valid on this platform : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: error: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platformIn file included from -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h: __cleanup_fct_attribute __attribute__ ((__noreturn__))52 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : ^~~~~~~~~~~~~~~~~~~~~~~50 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro '__cleanup_fct_attribute'/usr/include/bits/pthreadtypes-arch.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : __cleanup_fct_attribute __attribute__ ((__noreturn__))52 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : ^~~~~~~~~~~~~~~~~~~~~~~50 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro '__cleanup_fct_attribute' __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 50 ^ ~: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro '__cleanup_fct_attribute'# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/crlf.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/crlf.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_mem.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_mem.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_mem.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_print.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_print.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_print.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_file.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_file.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_cache.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_driver.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_driver.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_driver.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_driver.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_driver.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_driver.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_entries.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_entries.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/config_cache.c:115:19: warning: cast to smaller integer type 'intptr_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: intptr_t value = (intptr_t)git_atomic_load(repo->configmap_cache[(int)item]); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/config_cache.c:129:66: warning: cast to 'void *' from smaller integer type 'intptr_t' (aka 'int') [-Wint-to-void-pointer-cast] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: git_atomic_compare_and_swap(&repo->configmap_cache[(int)item], (void *)oldval, (void *)value); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/thread.h:383:55: note: expanded from macro 'git_atomic_compare_and_swap' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: git_atomic__compare_and_swap((void * volatile *)ptr, oldval, newval) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/config_cache.c:129:82: warning: cast to 'void *' from smaller integer type 'intptr_t' (aka 'int') [-Wint-to-void-pointer-cast] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: git_atomic_compare_and_swap(&repo->configmap_cache[(int)item], (void *)oldval, (void *)value); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/thread.h:383:63: note: expanded from macro 'git_atomic_compare_and_swap' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: git_atomic__compare_and_swap((void * volatile *)ptr, oldval, newval) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 4 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_parse.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_parse.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/config_parse.c:97:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, base_name_len, quoted_len); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/config_parse.c:98:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 2); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/config_parse.c:179:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&line_len, (size_t)(name_end - line), 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/config_parse.c:290:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&alloc_len, ptr_len, 1) || -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/config_parse.c:341:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(line_len, *line_len, reader->ctx.line_len)) { -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/delta.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/delta.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 6 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_generate.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_generate.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_print.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_parse.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_parse.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_file.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_stats.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_stats.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_stats.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_stats.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_stats.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_stats.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/delta.c:127:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_snapshot.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/describe.c:15 GIT_ERROR_CHECK_ALLOC_MULTIPLY(&entries_len, entries, sizeof(struct index_entry));: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~In file included from -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/commit.h: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3))13 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~In file included from libgit2/src/libgit2/tree.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35libgit2/src/util/git2_util.h:: 141warning: :32incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h :note: 164:expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW'34 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.hlibgit2/src/util/git2_util.h::60141::4032:libgit2/src/util/git2_util.h: :141 :note: 32note: expanded from macro 'git__multiply_sizet_overflow'expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW': -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/delta.c:128:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&hash_len, hash_count, sizeof(struct index_entry *)); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/delta.c:130:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&index_len, sizeof(struct git_delta_index), entries_len); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/delta.c:131:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&index_len, index_len, hash_len); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/delta.c:564:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_sz, res_sz, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/delta.c:590:31: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&end, off, len) || -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 7 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/crlf.c:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config_mem.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_driver.c:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_tform.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_tform.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_tform.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_tform.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_tform.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_tform.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/diff_driver.c:169:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, driverlen, namelen); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/diff_driver.c:170:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_stats.c:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/commit.o" "-c" "libgit2/src/libgit2/commit.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_xdiff.o" "-c" "libgit2/src/libgit2/diff_xdiff.c" -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/commit_graph.o" "-c" "libgit2/src/libgit2/commit_graph.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/commit_list.o" "-c" "libgit2/src/libgit2/commit_list.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config.o" "-c" "libgit2/src/libgit2/config.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_cache.o" "-c" "libgit2/src/libgit2/config_cache.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_entries.o" "-c" "libgit2/src/libgit2/config_entries.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_file.o" "-c" "libgit2/src/libgit2/config_file.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_mem.o" "-c" "libgit2/src/libgit2/config_mem.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_parse.o" "-c" "libgit2/src/libgit2/config_parse.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_snapshot.o" "-c" "libgit2/src/libgit2/config_snapshot.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/crlf.o" "-c" "libgit2/src/libgit2/crlf.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/delta.o" "-c" "libgit2/src/libgit2/delta.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/describe.o" "-c" "libgit2/src/libgit2/describe.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff.o" "-c" "libgit2/src/libgit2/diff.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_driver.o" "-c" "libgit2/src/libgit2/diff_driver.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_file.o" "-c" "libgit2/src/libgit2/diff_file.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_generate.o" "-c" "libgit2/src/libgit2/diff_generate.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_parse.o" "-c" "libgit2/src/libgit2/diff_parse.c" with args "clang" did not execute successfully (status code exit status: 1).cargo:warning=1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_print.o" "-c" "libgit2/src/libgit2/diff_print.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/email.o" "-c" "libgit2/src/libgit2/email.c" -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_tform.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_tform.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_file.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/diff_tform.c:207:51: warning: cast to smaller integer type 'intptr_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: git_hashsig_option_t opt = (git_hashsig_option_t)(intptr_t)p; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/diff_tform.c:216:51: warning: cast to smaller integer type 'intptr_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: git_hashsig_option_t opt = (git_hashsig_option_t)(intptr_t)p; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/diff_tform.c:837:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&sigcache_size, num_deltas, 2); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 4 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/grafts.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/grafts.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/grafts.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/grafts.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/grafts.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/grafts.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/graph.c:libgit2/src/libgit2/filter.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.hIn file included from :libgit2/src/libgit2/filter.h10:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.hIn file included from :libgit2/src/libgit2/common.h83:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.hIn file included from :libgit2/src/util/git2_util.h698::836: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : /usr/include/pthread.h:error: 'regparm' is not valid on this platform698 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 6:libgit2/src/libgit2/idxmap.c :error: 'regparm' is not valid on this platform8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/idxmap.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/graph.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;/usr/include/bits/pthreadtypes-arch.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : ^~~~~~~~~~~~~~~~~~~~~~~52 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :50: note: /usr/include/bits/pthreadtypes-arch.hexpanded from macro '__cleanup_fct_attribute': -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/filter.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/filter.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:In file included from 83In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/graph.cIn file included from libgit2/src/libgit2/ignore.clibgit2/src/libgit2/idxmap.c:/usr/include/pthread.h::8:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 710libgit2/src/libgit2/common.h::310:In file included from 8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/idxmap.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/git2_util.herror: :'regparm' is not valid on this platform10 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :libgit2/src/libgit2/ignore.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :83In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10libgit2/src/libgit2/common.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/pthread.h10In file included from :libgit2/src/libgit2/common.h751:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.hIn file included from ::6libgit2/src/util/git2_util.h83:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;/usr/include/pthread.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :83:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 710 ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: error: :'regparm' is not valid on this platform3/usr/include/pthread.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ::/usr/include/bits/pthreadtypes-arch.h 698error: :'regparm' is not valid on this platform6:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 52error: :'regparm' is not valid on this platform50 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:In file included from 52libgit2/src/libgit2/filter.c::8# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))50 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : ^ ~ : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: note: In file included from -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/filter.hexpanded from macro '__cleanup_fct_attribute': -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.c:8/usr/include/bits/pthreadtypes-arch.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 52libgit2/src/libgit2/ignore.h::5010:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from note: libgit2/src/libgit2/common.hexpanded from macro '__cleanup_fct_attribute': -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/idxmap.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/idxmap.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/fetch.c:8 __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~In file included from -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/libgit2/fetch.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h:In file included from :libgit2/src/libgit2/common.h5252::10:5050: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from libgit2/src/util/git2_util.h:: note: 83note: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute'/usr/include/pthread.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/fetch.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/fetch.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;In file included from libgit2/src/libgit2/ignore.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/fetch.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/fetch.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/errors.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/errors.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/errors.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_xdiff.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_xdiff.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_xdiff.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_xdiff.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_xdiff.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_xdiff.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/hashsig.clibgit2/src/libgit2/fetchhead.c::88: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/fetchhead.hlibgit2/src/libgit2/common.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/util/git2_util.h::1083: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:/usr/include/pthread.h83:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 698:/usr/include/pthread.h:6698:: 6:error: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~In file included from libgit2/src/libgit2/fetchhead.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/fetchhead.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/hashsig.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/libgit2/fetchhead.c -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/fetchhead.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.hIn file included from :libgit2/src/libgit2/common.h52::1050: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from libgit2/src/util/git2_util.hnote: :expanded from macro '__cleanup_fct_attribute'83 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/hashsig.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/email.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/email.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/email.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/email.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/email.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/email.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ident.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ident.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ident.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/grafts.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/grafts.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/filter.c:14: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: In file included from libgit2/src/libgit2/index.c:expanded from macro 'git__multiply_sizet_overflow'8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/index.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/index.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/index.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/index.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/index.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/graph.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/fetch.c:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/filter.c:162:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&alloc_len, nattr, 2); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/filter.c:163:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&alloc_len, alloc_len, sizeof(char *)); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/filter.c:164:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, sizeof(git_filter_def)); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/filter.c:411:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_filter_list), pathlen); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/filter.c:412:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_xdiff.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_xdiff.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 6 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/indexer.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/indexer.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/indexer.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/indexer.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/indexer.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/indexer.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/email.c:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff_generate.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/fetchhead.c:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/index.c:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/indexer.c:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/index.c:982:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(struct entry_internal), pathlen); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/index.c:983:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/index.c:1056:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&alloclen, structlen, pathlen) || -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/index.c:1057:26: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ADD_SIZET_OVERFLOW(&alloclen, alloclen, 1)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/index.c:2520:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&size, offset, path_len) || -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1libgit2/src/libgit2/index.c:2521:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ADD_SIZET_OVERFLOW(&size, size, 1) || -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/index.c:2522:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ADD_SIZET_OVERFLOW(&size, size, varint_len)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/index.c:2525:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&size, offset, path_len) || -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/index.c:2526:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ADD_SIZET_OVERFLOW(&size, size, 8)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/index.c:2656:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&path_len, prefix_len, suffix_len); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/index.c:2657:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&path_len, path_len, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 12 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/mailmap.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/mailmap.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/vector.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/mailmap.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/mailmap.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/vector.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/mailmap.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/mailmap.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/vector.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/iterator.c:630:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_stats.o" "-c" "libgit2/src/libgit2/diff_stats.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/merge_driver.o" "-c" "libgit2/src/libgit2/merge_driver.c" -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_tform.o" "-c" "libgit2/src/libgit2/diff_tform.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_xdiff.o" "-c" "libgit2/src/libgit2/diff_xdiff.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/email.o" "-c" "libgit2/src/libgit2/email.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/errors.o" "-c" "libgit2/src/libgit2/errors.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/fetch.o" "-c" "libgit2/src/libgit2/fetch.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/fetchhead.o" "-c" "libgit2/src/libgit2/fetchhead.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/filter.o" "-c" "libgit2/src/libgit2/filter.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/grafts.o" "-c" "libgit2/src/libgit2/grafts.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/graph.o" "-c" "libgit2/src/libgit2/graph.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/hashsig.o" "-c" "libgit2/src/libgit2/hashsig.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/ident.o" "-c" "libgit2/src/libgit2/ident.c" with args "clang" did not execute successfully (status code exit status: 1).cargo:warning=libgit2/src/libgit2/iterator.c:1310:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&entry_size, -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/idxmap.o" "-c" "libgit2/src/libgit2/idxmap.c" with args "clang" did not execute successfully (status code exit status: 1).cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/ignore.o" "-c" "libgit2/src/libgit2/ignore.c" with args "clang" did not execute successfully (status code exit status: 1).cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/index.o" "-c" "libgit2/src/libgit2/index.c" with args "clang" did not execute successfully (status code exit status: 1).cargo:warning=libgit2/src/libgit2/iterator.c:1312:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&entry_size, entry_size, 2); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/indexer.o" "-c" "libgit2/src/libgit2/indexer.c" with args "clang" did not execute successfully (status code exit status: 1).cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 4 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/libgit2.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/alloc.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/libgit2.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/alloc.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/libgit2.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/alloc.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/mailmap.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/object.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/object.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: In file included from libgit2/src/libgit2/odb_pack.c:In file included from libgit2/src/libgit2/merge_driver.c8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from 'regparm' is not valid on this platformlibgit2/src/libgit2/common.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge_driver.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/bits/pthreadtypes-arch.h10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.hIn file included from :libgit2/src/libgit2/odb_pack.c698::86: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from libgit2/src/libgit2/common.h:error: 10'regparm' is not valid on this platform: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: In file included from error: libgit2/src/libgit2/object_api.c:'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52::5052:: 50note: :expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/odb_pack.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from ^ ~libgit2/src/util/git2_util.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge_driver.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge_driver.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: error: ^~~~~~~~~~~~~~~~~~~~~~~'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))):10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/object.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/object.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/merge_driver.c/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from libgit2/src/libgit2/object_api.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge_driver.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h __cleanup_fct_attribute;: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~/usr/include/pthread.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__))/usr/include/bits/pthreadtypes-arch.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute': -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 52:50: note: ^~~~~~~~~~~~~~~~~~~~~~~expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/offmap.c:libgit2/src/libgit2/object_api.c8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/offmap.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.hIn file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)):52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/offmap.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/offmap.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.hIn file included from libgit2/src/libgit2/object.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/object.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from :libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 52:50 __cleanup_fct_attribute __attribute__ ((__noreturn__)): note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:In file included from libgit2/src/libgit2/offmap.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/offmap.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 50 __cleanup_fct_attribute __attribute__ ((__noreturn__)): note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/libgit2.c:16: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1In file included from libgit2/src/libgit2/grafts.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge_file.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge_file.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge_file.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/notes.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/notes.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/message.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/buf.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/notes.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/notes.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;/usr/include/pthread.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :710 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/message.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/buf.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;In file included from libgit2/src/libgit2/odb.c:In file included from libgit2/src/libgit2/notes.c:88: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/notes.hlibgit2/src/libgit2/odb.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/common.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/pthread.h::698751::66:: error: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52: __cleanup_fct_attribute __attribute__ ((__noreturn__))50 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/odb.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/odb.hIn file included from :10libgit2/src/libgit2/message.c: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 8libgit2/src/libgit2/common.h:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/buf.hIn file included from :libgit2/src/util/git2_util.h11:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 83In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.h/usr/include/pthread.h:10:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 710In file included from :libgit2/src/util/git2_util.h3::83 : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: error: /usr/include/pthread.h'regparm' is not valid on this platform: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/odb_mempack.c __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from libgit2/src/libgit2/odb.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/odb.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:810: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/util/git2_util.h::1083: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/pthread.hlibgit2/src/util/git2_util.h::75183:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 6:/usr/include/pthread.h :error: 698'regparm' is not valid on this platform: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))52 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : ^ ~50 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/odb_mempack.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/odb_mempack.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/mwindow.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/mwindow.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/mwindow.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/mwindow.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from libgit2/src/libgit2/odb_loose.c -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/mwindow.c:8 __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/mwindow.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/odb_loose.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.h __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :10# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:In file included from libgit2/src/libgit2/odb_loose.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/midx.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/midx.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/midx.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/midx.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/midx.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/midx.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oid.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oid.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oid.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oid.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oid.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oid.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge_driver.c:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/object_api.c:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/object.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/object.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/odb_pack.c:14: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/delta.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/odb.c:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/delta.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/merge_file.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/odb_mempack.c:14: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/merge.c:1572:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&cache_size, diff_list->conflicts.length, 3); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/notes.c:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/odb.c:323:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_size, size, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidmap.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidmap.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/odb_mempack.c:47:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, sizeof(struct memobject), len); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/oidmap.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidmap.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3libgit2/src/util/git2_util.h:: 145error: :'regparm' is not valid on this platform29 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out)In file included from libgit2/src/libgit2/oidmap.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidmap.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/mwindow.c:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oid.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 2 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/odb_loose.c:16: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/delta.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/merge.c:2876:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, their_heads_len, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/midx.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 2 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/odb_loose.c:191:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out_len, i, 1)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/odb_loose.c:258:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&alloc_size, hdr.size, 1) || -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/odb_loose.c:309:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&alloc_size, hdr.size, 1) || -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/odb_loose.c:512:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, dir_len, backend->oid_hexsize); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/odb_loose.c:513:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 3); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/odb_loose.c:560:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, dir_len, backend->oid_hexsize); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/odb_loose.c:561:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 2); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/odb_loose.c:1177:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(loose_backend), objects_dirlen); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/odb_loose.c:1178:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 2); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/iterator.o" "-c" "libgit2/src/libgit2/iterator.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/libgit2.o" "-c" "libgit2/src/libgit2/libgit2.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/mailmap.o" "-c" "libgit2/src/libgit2/mailmap.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/merge.o" "-c" "libgit2/src/libgit2/merge.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/merge_driver.o" "-c" "libgit2/src/libgit2/merge_driver.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/merge_file.o" "-c" "libgit2/src/libgit2/merge_file.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/pack-objects.o" "-c" "libgit2/src/libgit2/pack-objects.c" -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/message.o" "-c" "libgit2/src/libgit2/message.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/midx.o" "-c" "libgit2/src/libgit2/midx.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/mwindow.o" "-c" "libgit2/src/libgit2/mwindow.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/notes.o" "-c" "libgit2/src/libgit2/notes.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/object.o" "-c" "libgit2/src/libgit2/object.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/object_api.o" "-c" "libgit2/src/libgit2/object_api.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/odb.o" "-c" "libgit2/src/libgit2/odb.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/odb_loose.o" "-c" "libgit2/src/libgit2/odb_loose.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/odb_mempack.o" "-c" "libgit2/src/libgit2/odb_mempack.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/odb_pack.o" "-c" "libgit2/src/libgit2/odb_pack.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/offmap.o" "-c" "libgit2/src/libgit2/offmap.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/oid.o" "-c" "libgit2/src/libgit2/oid.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/oidarray.o" "-c" "libgit2/src/libgit2/oidarray.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/pack.o" "-c" "libgit2/src/libgit2/pack.c" -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/proxy.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/proxy.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/proxy.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/proxy.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from libgit2/src/libgit2/pack-objects.c: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack-objects.h:In file included from 11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/proxy.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/proxy.h __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h::52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack-objects.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack-objects.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3In file included from : error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 52:50# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack-objects.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack-objects.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:In file included from libgit2/src/libgit2/patch_generate.c50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch_generate.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch_generate.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch_generate.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch_generate.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch_generate.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refdb_fs.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refs.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refdb_fs.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refs.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/push.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/push.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refdb_fs.c:8 __cleanup_fct_attribute;: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/libgit2/refs.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h/usr/include/bits/pthreadtypes-arch.h::8352: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/pthread.h50::751 :note: 6expanded from macro '__cleanup_fct_attribute': -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/push.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/push.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/push.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/push.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pathspec.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pathspec.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/parse.c:In file included from libgit2/src/libgit2/pathspec.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from 7libgit2/src/libgit2/pathspec.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/parse.hIn file included from :libgit2/src/libgit2/common.h10:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.hIn file included from :libgit2/src/util/git2_util.h10:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/pthread.h:libgit2/src/util/git2_util.h710::833: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : /usr/include/pthread.herror: :'regparm' is not valid on this platform698 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.hlibgit2/src/libgit2/patch_parse.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch_parse.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10 __cleanup_fct_attribute;: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: /usr/include/bits/pthreadtypes-arch.herror: :'regparm' is not valid on this platform52 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50:In file included from libgit2/src/libgit2/parse.cnote: :expanded from macro '__cleanup_fct_attribute'7 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/parse.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))52:50: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: note: ^~~~~~~~~~~~~~~~~~~~~~~expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/pathspec.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pathspec.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: libgit2/src/libgit2/parse.cexpanded from macro '__cleanup_fct_attribute': -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 7: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/parse.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/patch_parse.c __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :8# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch_parse.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:In file included from 52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/path.c:In file included from 8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/path.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/patch_parse.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch_parse.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.hIn file included from :10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/path.c __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :8# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/path.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/path.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/path.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/src/libgit2/patch.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/rebase.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/rebase.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/rebase.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reader.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reader.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reader.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reader.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reader.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reader.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reflog.c:In file included from libgit2/src/libgit2/refspec.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/reflog.hIn file included from :libgit2/src/libgit2/refspec.h10:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.hIn file included from :libgit2/src/libgit2/common.h10:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.hIn file included from :libgit2/src/util/git2_util.h83:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/pthread.h::698698::66:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/refspec.c:8In file included from libgit2/src/libgit2/reflog.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reflog.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/refspec.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/reflog.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reflog.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.h: __cleanup_fct_attribute __attribute__ ((__noreturn__))10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/util/git2_util.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:/usr/include/bits/pthreadtypes-arch.h710::523::50 :error: 'regparm' is not valid on this platformnote: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refspec.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refspec.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/src/libgit2/refs.c:8 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~In file included from -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/refs.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refs.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refs.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refs.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refs.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/remote.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/remote.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/remote.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/remote.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/remote.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/remote.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reset.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reset.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reset.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refdb.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refdb.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refdb.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refdb.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refdb.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refdb.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revert.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revert.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revert.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 error (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.hs generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch_generate.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch_generate.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack-objects.c:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/delta.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refdb_fs.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revwalk.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revwalk.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revwalk.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revwalk.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revwalk.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revwalk.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revparse.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revparse.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: In file included from libgit2/src/libgit2/push.c:12note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pack.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revparse.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platformlibgit2/src/util/integer.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/refs.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reflog.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch_parse.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch_parse.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:In file included from 141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0)libgit2/src/libgit2/patch.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/patch.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :60 (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0):40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pathspec.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/pathspec.h:16: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/pack.c:757:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, obj->len, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/rebase.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/pack.c:900:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&buffer_len, size, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/pack-objects.c:221:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&newsize, pb->nr_alloc, 1024); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/pack-objects.c:222:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&newsize, newsize / 2, 3); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/pack.c:1190:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, sizeof(*p), path_len); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/pack.c:1191:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 2); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: In file included from expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/path.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/pack-objects.clibgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :736 (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :30libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (git__add_sizet_overflow(&new_size, pb->delta_cache_size, delta_size)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/refs.c __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :40:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (!GIT_ADD_SIZET_OVERFLOW(&reflen, sizeof(git_reference), namelen) && -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/remote.c:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3))libgit2/src/libgit2/refs.c:41:27 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: !GIT_ADD_SIZET_OVERFLOW(&reflen, reflen, 1) && note: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' ^~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/pack-objects.c:871:4: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/refs.c &pb->delta_cache_size, pb->delta_cache_size, delta_size); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out):113: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 30 ^~~: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (!GIT_ADD_SIZET_OVERFLOW(&reflen, sizeof(git_reference), namelen) && -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/refs.c:114:27: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: !GIT_ADD_SIZET_OVERFLOW(&reflen, reflen, 1) && -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/patch_generate.c:521:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, sizeof(*pd), old_len); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/patch_generate.c:522:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, new_len); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/patch_generate.c:523:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 2); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 5 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/reader.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/blob.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 4 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 5 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 5 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/reset.clibgit2/src/libgit2/refdb.c::108: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/commit.hlibgit2/src/libgit2/refdb.h::1313: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/tree.hlibgit2/src/libgit2/repository.h::1319: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.hlibgit2/src/util/array.h::1957: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :35libgit2/src/util/array.h::57: 35:warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]warning: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141libgit2/src/util/git2_util.h::32141:: 32note: :expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revert.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/signature.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/signature.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/signature.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/signature.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/signature.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/signature.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revwalk.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/commit.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/revparse.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/oidmap.o" "-c" "libgit2/src/libgit2/oidmap.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/stash.o" "-c" "libgit2/src/libgit2/stash.c" -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/pack-objects.o" "-c" "libgit2/src/libgit2/pack-objects.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/pack.o" "-c" "libgit2/src/libgit2/pack.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/parse.o" "-c" "libgit2/src/libgit2/parse.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/patch.o" "-c" "libgit2/src/libgit2/patch.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/patch_generate.o" "-c" "libgit2/src/libgit2/patch_generate.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/patch_parse.o" "-c" "libgit2/src/libgit2/patch_parse.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/path.o" "-c" "libgit2/src/libgit2/path.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/pathspec.o" "-c" "libgit2/src/libgit2/pathspec.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/proxy.o" "-c" "libgit2/src/libgit2/proxy.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/push.o" "-c" "libgit2/src/libgit2/push.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/reader.o" "-c" "libgit2/src/libgit2/reader.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/refdb.o" "-c" "libgit2/src/libgit2/refdb.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/refdb_fs.o" "-c" "libgit2/src/libgit2/refdb_fs.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/reflog.o" "-c" "libgit2/src/libgit2/reflog.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/refs.o" "-c" "libgit2/src/libgit2/refs.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/status.o" "-c" "libgit2/src/libgit2/status.c" -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/refspec.o" "-c" "libgit2/src/libgit2/refspec.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/repository.o" "-c" "libgit2/src/libgit2/repository.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/reset.o" "-c" "libgit2/src/libgit2/reset.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/revert.o" "-c" "libgit2/src/libgit2/revert.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/revwalk.o" "-c" "libgit2/src/libgit2/revwalk.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/strarray.o" "-c" "libgit2/src/libgit2/strarray.c" -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/signature.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/signature.h:14: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/sysdir.c:libgit2/src/libgit2/tag.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/sysdir.hlibgit2/src/libgit2/tag.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/common.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/pthread.h::698698::66:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::52:5250::50 :note: expanded from macro '__cleanup_fct_attribute'note: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/sysdir.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/sysdir.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/tag.clibgit2/src/libgit2/common.h::810: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/tag.hlibgit2/src/util/git2_util.h::1083: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/pthread.hlibgit2/src/libgit2/common.h::71010:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3In file included from :libgit2/src/util/git2_util.h :error: 83'regparm' is not valid on this platform: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;/usr/include/bits/pthreadtypes-arch.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : ^~~~~~~~~~~~~~~~~~~~~~~52 -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :50: note: expanded from macro '__cleanup_fct_attribute'/usr/include/bits/pthreadtypes-arch.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/tag.clibgit2/src/libgit2/sysdir.c::88: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/tag.hlibgit2/src/libgit2/sysdir.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/common.h::1010: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/pthread.h::751751::66:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/stash.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;In file included from libgit2/src/libgit2/strarray.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/util.h:14: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/str.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 52:50In file included from libgit2/src/libgit2/strarray.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/util.h:14: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/str.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/stash.c:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.hIn file included from libgit2/src/libgit2/strarray.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/util.h:14: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/str.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :10 __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/stash.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/status.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/status.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: In file included from 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/submodule.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/submodule.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/status.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/status.h:In file included from 10libgit2/src/libgit2/submodule.c: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 8libgit2/src/libgit2/common.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/libgit2/submodule.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/util/git2_util.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 83libgit2/src/libgit2/common.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h::10710: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 3libgit2/src/util/git2_util.h:: 83error: : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform/usr/include/pthread.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~/usr/include/bits/pthreadtypes-arch.h -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :52:50:/usr/include/bits/pthreadtypes-arch.h :note: 52expanded from macro '__cleanup_fct_attribute': -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/status.cIn file included from :libgit2/src/libgit2/submodule.c8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 8libgit2/src/libgit2/status.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/libgit2/submodule.h:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.hIn file included from :libgit2/src/libgit2/common.h10:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from : -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.hIn file included from :83libgit2/src/util/git2_util.h: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/pthread.h83:: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 751/usr/include/pthread.h::6751:: 6error: :'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:/usr/include/bits/pthreadtypes-arch.h52::5250::50 :note: expanded from macro '__cleanup_fct_attribute'note: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tag.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tag.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/tag.c:125:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, text_len, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/tag.c:157:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, text_len, 1); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 warnings and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/stash.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/threadstate.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/threadstate.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/threadstate.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/threadstate.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/threadstate.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/threadstate.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/status.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/status.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/diff.h:18: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/submodule.c:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/config.h:15: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transaction.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transaction.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transaction.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transaction.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transaction.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transaction.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/trace.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/trace.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/trace.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/trace.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/trace.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/trace.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/trailer.c:7: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/array.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/trailer.c:7: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/array.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/trailer.c:7: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/array.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transport.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree-cache.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree-cache.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~In file included from libgit2/src/libgit2/tree-cache.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree-cache.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree-cache.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree-cache.h:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transport.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710 __cleanup_fct_attribute __attribute__ ((__noreturn__)): -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transport.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/trailer.c:7: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transaction.c:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1In file included from libgit2/src/libgit2/worktree.c:8 warning: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: and In file included from 3libgit2/src/libgit2/worktree.h error:s10 generated: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: . -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/worktree.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/worktree.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/worktree.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/worktree.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/rebase.o" "-c" "libgit2/src/libgit2/rebase.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/pool.o" "-c" "libgit2/src/util/pool.c" -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/remote.o" "-c" "libgit2/src/libgit2/remote.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/revparse.o" "-c" "libgit2/src/libgit2/revparse.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/signature.o" "-c" "libgit2/src/libgit2/signature.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/stash.o" "-c" "libgit2/src/libgit2/stash.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/status.o" "-c" "libgit2/src/libgit2/status.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/strarray.o" "-c" "libgit2/src/libgit2/strarray.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/sysdir.o" "-c" "libgit2/src/libgit2/sysdir.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/tag.o" "-c" "libgit2/src/libgit2/tag.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/posix.o" "-c" "libgit2/src/util/posix.c" -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree-cache.c:11: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/alloc.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/alloc.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/alloc.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/alloc.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/alloc.c:8: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/alloc.h:13: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/tree-cache.c:129:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&bufsize, tree->children_count, sizeof(git_tree_cache*)); -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.08 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/tree-cache.c:196:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&alloc_size, ntrees, sizeof(git_tree_cache *)); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/tree-cache.c:253:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD3(&alloc_size, sizeof(git_tree_cache), name_len, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:148:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD3' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two) || \ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/tree-cache.c:253:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD3(&alloc_size, sizeof(git_tree_cache), name_len, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:149:26: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD3' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ADD_SIZET_OVERFLOW(out, *(out), three)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/tree-cache.c:273:64: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'ssize_t' (aka 'int') [-Wformat] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: git_str_printf(out, "%s%c%"PRIdZ" %"PRIuZ"\n", tree->name, 0, tree->entry_count, tree->children_count); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ~~~~~~~ ^~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 6 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/filebuf.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/filebuf.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/futils.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/futils.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;/usr/include/pthread.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/filebuf.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/filebuf.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:In file included from 50libgit2/src/util/futils.c:8:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from note: libgit2/src/util/futils.hexpanded from macro '__cleanup_fct_attribute': -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/filebuf.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/filebuf.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/futils.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/futils.h: __cleanup_fct_attribute __attribute__ ((__noreturn__))10 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~In file included from -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/bits/pthreadtypes-arch.h::75152::650:: error: note: 'regparm' is not valid on this platformexpanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/fs_path.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/fs_path.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/fs_path.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/fs_path.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/fs_path.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/fs_path.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/date.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/date.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/date.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/worktree.c:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/alloc.c:27:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&newsize, nelem, elsize)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/alloc.c:40:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&newsize, nelem, elsize)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 2 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/tree.h:13: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/tree.c:96:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&tree_len, sizeof(git_tree_entry), filename_len) || -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/tree.c:97:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ADD_SIZET_OVERFLOW(&tree_len, tree_len, 1) || -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/tree.c:98:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ADD_SIZET_OVERFLOW(&tree_len, tree_len, oid_size)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 4 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/net.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/net.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/net.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/net.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/net.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/net.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/rand.c:9: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/rand.c:9: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/rand.c:9: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83libgit2/src/util/regexp.c: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/pthread.h:751:6:8 : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: error: In file included from 'regparm' is not valid on this platformlibgit2/src/util/regexp.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/strmap.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/strmap.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/str.c:8 __cleanup_fct_attribute;: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/util/str.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:/usr/include/pthread.h52::69850::6 :note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/strmap.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/strmap.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 710 ^ ~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/str.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/str.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 ^ ~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/strmap.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/strmap.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 751 ^ ~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/str.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/str.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))751 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^ ~6 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/runtime.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/runtime.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/runtime.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/sortedcache.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/sortedcache.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/sortedcache.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/sortedcache.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/sortedcache.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/sortedcache.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/futils.c:160:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, len, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/futils.c:194:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, blocksize); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/pqueue.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/pqueue.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/pqueue.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/pqueue.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/pqueue.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/pqueue.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/pool.c:libgit2/src/util/posix.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from 8libgit2/src/util/pool.h: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/util/posix.h: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 10libgit2/src/util/git2_util.h: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 83libgit2/src/util/git2_util.h: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :83/usr/include/pthread.h: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/pthread.h698::6986::6 :error: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/pool.clibgit2/src/util/posix.c::88: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/pool.hlibgit2/src/util/posix.h::1010: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/pthread.h::710710::33:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:/usr/include/bits/pthreadtypes-arch.h52::5250::50 :note: expanded from macro '__cleanup_fct_attribute'note: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/posix.clibgit2/src/util/pool.c::88: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/posix.hlibgit2/src/util/pool.h::1010: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/pthread.h::751751::66:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:/usr/include/bits/pthreadtypes-arch.h52::5250::50 :note: expanded from macro '__cleanup_fct_attribute'note: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/fs_path.c:732:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&alloc_size, dir_size, sub_size) || -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/fs_path.c:733:26: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ADD_SIZET_OVERFLOW(&alloc_size, alloc_size, 2) || -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/filebuf.c (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :367:29libgit2/src/util/integer.h:: 58warning: :40incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, path_len, GIT_FILELOCK_EXTLENGTH); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/futils.c:695:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_size, make_path.size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/filebuf.c:556:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&alloclen, len, 1) || -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/fs_path.c:946:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&newlen, depth, 3); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/fs_path.c:947:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&newlen, newlen, plen); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/fs_path.c:949:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, newlen, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 2 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/futils.c:961:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_size, link_size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 4 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 5 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:117:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&newsize, buffer->size, additional_size)) { -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:156:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, len, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:177:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, buf->size, 2); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:187:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, buf->size, len); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:188:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:203:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, buf->size, len); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:204:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:227:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&new_size, len, 2); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:228:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:256:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&blocks, blocks, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:257:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&alloclen, blocks, 4); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generatedlibgit2/src/util/str.c. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :258:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, buf->size); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:323:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, (len / 4 * 3), buf->size); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:324:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:355:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&alloclen, blocks, 5); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:356:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, buf->size); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:357:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:424:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, output_len, buf->size); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:425:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:481:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, buf->size, str_len); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:482:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:507:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&expected_size, strlen(format), 2); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:508:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&expected_size, expected_size, buf->size); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:534:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, buf->size, len); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:535:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/thread.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/thread.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/thread.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:695:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&total_size, total_size, segment_len); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:698:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&total_size, total_size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:706:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&total_size, total_size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:787:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, strlen_a, strlen_b); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:788:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, need_sep); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:789:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:839:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&len_total, len_a, sep_a); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:840:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&len_total, len_total, len_b); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:841:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&len_total, len_total, sep_b); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:842:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&len_total, len_total, len_c); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:843:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&len_total, len_total, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:908:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, (buf->size - nb_to_remove), nb_to_insert); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:909:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_size, new_size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:1087:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, total, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:1133:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_size, src->size, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/sortedcache.c:23:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_sortedcache), pathlen); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:1180:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.hlibgit2/src/util/pool.c:137::67 GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, src->size, src->size >> 4);27: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :29 ^~~~~~~~~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW'warning: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]libgit2/src/util/git2_util.h: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0): -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 137 ^~~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&alloc_size, new_page_size, sizeof(git_pool_page)) ||libgit2/src/util/integer.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^~~~~~~~~~~58 (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^~~40 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:libgit2/src/util/git2_util.h40::137 note: :expanded from macro 'git__add_sizet_overflow'27 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:1181:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/sortedcache.c:24:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/str.c:1193:29: libgit2/src/util/integer.hwarning: :incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]58 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, copylen, 3); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h: __builtin_uadd_overflow(one, two, out)145 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^~~29 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 43 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/pool.c:248:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(&total, len_a, len_b) || -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/pool.c:249:26: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ADD_SIZET_OVERFLOW(&total, total, 1)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 2 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/submodule.o" "-c" "libgit2/src/libgit2/submodule.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/tsort.o" "-c" "libgit2/src/util/tsort.c" -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/threadstate.o" "-c" "libgit2/src/libgit2/threadstate.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/trace.o" "-c" "libgit2/src/libgit2/trace.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/trailer.o" "-c" "libgit2/src/libgit2/trailer.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transaction.o" "-c" "libgit2/src/libgit2/transaction.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transport.o" "-c" "libgit2/src/libgit2/transport.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/tree-cache.o" "-c" "libgit2/src/libgit2/tree-cache.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/tree.o" "-c" "libgit2/src/libgit2/tree.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/worktree.o" "-c" "libgit2/src/libgit2/worktree.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/alloc.o" "-c" "libgit2/src/util/alloc.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/date.o" "-c" "libgit2/src/util/date.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/filebuf.o" "-c" "libgit2/src/util/filebuf.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/fs_path.o" "-c" "libgit2/src/util/fs_path.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/futils.o" "-c" "libgit2/src/util/futils.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash.o" "-c" "libgit2/src/util/hash.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/net.o" "-c" "libgit2/src/util/net.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/pool.o" "-c" "libgit2/src/util/pool.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/posix.o" "-c" "libgit2/src/util/posix.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/pqueue.o" "-c" "libgit2/src/util/pqueue.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/rand.o" "-c" "libgit2/src/util/rand.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/regexp.o" "-c" "libgit2/src/util/regexp.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/runtime.o" "-c" "libgit2/src/util/runtime.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/utf8.o" "-c" "libgit2/src/util/utf8.c" -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/str.o" "-c" "libgit2/src/util/str.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/strmap.o" "-c" "libgit2/src/util/strmap.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/thread.o" "-c" "libgit2/src/util/thread.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/util.o" "-c" "libgit2/src/util/util.c" -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/tsort.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;In file included from -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/utf8.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/utf8.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/tsort.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.hIn file included from libgit2/src/util/utf8.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/utf8.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 710:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3: error: In file included from 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;libgit2/src/util/utf8.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/utf8.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:In file included from libgit2/src/util/tsort.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 50: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: note: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/vector.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/vector.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/vector.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/vector.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/vector.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/vector.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/ssh.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/ssh.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/ssh.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/ssh.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/ssh.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/ssh.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/openssl_legacy.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/openssl_legacy.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/openssl_legacy.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart_protocol.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/mbedtls.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/mbedtls.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.hIn file included from :83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.hlibgit2/src/libgit2/streams/openssl.c::698:6: error: 8'regparm' is not valid on this platform: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: In file included from note: In file included from expanded from macro '__cleanup_fct_attribute'libgit2/src/libgit2/streams/mbedtls.cIn file included from libgit2/src/libgit2/transports/auth_sspi.c -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :libgit2/src/libgit2/streams/openssl.c:8:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 8In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/mbedtls.hIn file included from :libgit2/src/libgit2/streams/openssl.h10:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from 8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.hIn file included from :In file included from libgit2/src/libgit2/transports/auth_ntlm.h10:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.h11In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h::In file included from 83libgit2/src/libgit2/transports/auth.h10:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 11In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/pthread.hIn file included from 83:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 710libgit2/src/libgit2/common.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h ^ ~::10 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 7103: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :In file included from :libgit2/src/util/git2_util.h3:: 83error: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: error: /usr/include/pthread.h'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/varint.c ^ ~ ^ ~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/varint.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:/usr/include/bits/pthreadtypes-arch.h83:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 52:/usr/include/pthread.h50::698 :note: 6expanded from macro '__cleanup_fct_attribute': -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/streams/openssl.clibgit2/src/libgit2/streams/mbedtls.c::88: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/streams/openssl.hlibgit2/src/libgit2/streams/mbedtls.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 10 ^ ~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 10 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.hIn file included from :libgit2/src/libgit2/common.h10:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.hIn file included from :libgit2/src/util/git2_util.h83:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 83/usr/include/pthread.h: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/pthread.h751::7516::6 :error: 'regparm' is not valid on this platformerror: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: __cleanup_fct_attribute __attribute__ ((__noreturn__)) __cleanup_fct_attribute __attribute__ ((__noreturn__))note: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro '__cleanup_fct_attribute' ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_sspi.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_ntlm.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.h:libgit2/src/util/wildmatch.c10# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from ^ ~libgit2/src/util/git2_util.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))):# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 83 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ ^ ~/usr/include/pthread.h19 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 710In file included from :libgit2/src/util/wildmatch.h3::11 : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: error: In file included from 'regparm' is not valid on this platformlibgit2/src/util/git2_util.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_protocol.cIn file included from :8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.h ^ ~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;In file included from -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: /usr/include/bits/pthreadtypes-arch.herror: :'regparm' is not valid on this platform52 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/src/util/varint.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/varint.h:In file included from 10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/auth_sspi.cIn file included from :libgit2/src/util/git2_util.h8:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 83In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/auth_ntlm.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))/usr/include/pthread.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 11:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~In file included from 710libgit2/src/libgit2/transports/auth.h::3 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :11 : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: error: In file included from 'regparm' is not valid on this platformlibgit2/src/libgit2/common.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart_protocol.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/src/libgit2/common.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^ ~10 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~In file included from In file included from libgit2/src/util/varint.c:8libgit2/src/libgit2/transports/auth.c: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :In file included from libgit2/src/util/varint.h:108: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/transports/auth.hlibgit2/src/util/git2_util.h::1183: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/pthread.hlibgit2/src/libgit2/common.h::75110:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 6In file included from :libgit2/src/util/git2_util.h :error: 83'regparm' is not valid on this platform: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/wildmatch.c:19: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/wildmatch.h __cleanup_fct_attribute __attribute__ ((__noreturn__)): -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 11 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/bits/pthreadtypes-arch.h::71052::3:50 :error: note: 'regparm' is not valid on this platformexpanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52 __cleanup_fct_attribute;: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 50 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))52 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^ ~50 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :52:50In file included from : note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/wildmatch.c:19: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/wildmatch.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))83 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~/usr/include/pthread.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__))libgit2/src/libgit2/transports/auth.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/zstream.c/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/zstream.hIn file included from :10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/auth.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/zstream.c __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/zstream.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/zstream.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/zstream.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart_pkt.c ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/bits/pthreadtypes-arch.h:852:50: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :In file included from libgit2/src/libgit2/common.hnote: :expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart_pkt.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart_pkt.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/util.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/util.h:14: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/str.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/util.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/util.h:14: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/str.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/util.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/util.h:14: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/str.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/transports/credential_helpers.clibgit2/src/libgit2/transports/credential.c::8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 8In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.hIn file included from :libgit2/src/libgit2/common.h10:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.hIn file included from :libgit2/src/util/git2_util.h83:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/pthread.h::698698::66:: error: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/openssl_dynamic.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::In file included from 5252libgit2/src/libgit2/common.h::50::50 10note: :: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro '__cleanup_fct_attribute'In file included from note: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.hexpanded from macro '__cleanup_fct_attribute': -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/transports/credential_helpers.c:libgit2/src/libgit2/transports/credential.c8:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 8In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.hIn file included from :libgit2/src/libgit2/common.h10:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.hIn file included from :libgit2/src/util/git2_util.h83:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 83/usr/include/pthread.h: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))/usr/include/pthread.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ::710710 ^ ~:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 33:: error: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/openssl_dynamic.c:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))8 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~In file included from -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/credential.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))/usr/include/pthread.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^ ~751 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/openssl_dynamic.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h ^ ~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :52# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from libgit2/src/libgit2/transports/local.c:8 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/pthread.hlibgit2/src/libgit2/transports/smart.c::698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platformlibgit2/src/libgit2/transports/credential_helpers.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: __cleanup_fct_attribute;'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/httpclient.c/usr/include/bits/pthreadtypes-arch.h::52:50: note: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))8expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698In file included from :6: error: libgit2/src/libgit2/transports/http.c'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/local.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h __cleanup_fct_attribute;: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 52 __cleanup_fct_attribute; ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 50 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: note: /usr/include/bits/pthreadtypes-arch.hexpanded from macro '__cleanup_fct_attribute': -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 52:50: /usr/include/bits/pthreadtypes-arch.hnote: :expanded from macro '__cleanup_fct_attribute'52 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~libgit2/src/libgit2/transports/winhttp.c -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/src/libgit2/common.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^ ~10 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/http.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:In file included from 10 __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/local.c: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~:In file included from -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 8libgit2/src/util/git2_util.h: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :In file included from In file included from 83libgit2/src/libgit2/common.h: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :libgit2/src/libgit2/transports/smart.c/usr/include/bits/pthreadtypes-arch.h:/usr/include/pthread.h10:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 528:In file included from 710libgit2/src/util/git2_util.h::: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 50In file included from :libgit2/src/libgit2/transports/smart.h :note: 10:3expanded from macro '__cleanup_fct_attribute': -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from 83libgit2/src/libgit2/common.h:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.herror: ::'regparm' is not valid on this platform751 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 10:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 6In file included from :libgit2/src/util/git2_util.h :error: 83'regparm' is not valid on this platform: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~/usr/include/bits/pthreadtypes-arch.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:/usr/include/bits/pthreadtypes-arch.h50::52 :note: 50In file included from :expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/git.cnote: :expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^ ~libgit2/src/libgit2/transports/winhttp.c -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^ ~8 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~In file included from -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;libgit2/src/libgit2/transports/http.c -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^~~~~~~~~~~~~~~~~~~~~~~8 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.hIn file included from :libgit2/src/libgit2/common.h52::1050: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/bits/pthreadtypes-arch.hIn file included from : libgit2/src/util/git2_util.hnote: :52expanded from macro '__cleanup_fct_attribute'83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 50: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/pthread.h :In file included from note: libgit2/src/libgit2/transports/smart.cexpanded from macro '__cleanup_fct_attribute': -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 7518:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 6In file included from :libgit2/src/libgit2/transports/smart.h :error: 10'regparm' is not valid on this platform: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))/usr/include/pthread.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^ ~751 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))52 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^ ~50 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/winhttp.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/transports/git.clibgit2/src/libgit2/common.h::810: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/util/git2_util.h::1083: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/pthread.hlibgit2/src/util/git2_util.h::75183:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 6/usr/include/pthread.h:: 710error: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))):'regparm' is not valid on this platform3 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~/usr/include/bits/pthreadtypes-arch.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :52:50:/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h ::note: 5252::expanded from macro '__cleanup_fct_attribute'50 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 50:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/httpclient.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/git.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))6 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/httpclient.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.h ^ ~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/vector.c:69:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&bytes, src->length, sizeof(void *)); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/vector.c:349:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&new_length, v->length, insert_len); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/vector.c:369:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (git__add_sizet_overflow(&end_idx, idx, remove_len)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_gssapi.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_negotiate.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_gssapi.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_negotiate.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_gssapi.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_negotiate.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/ssh.c:16: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart.h:16: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 13 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: warning and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_ntlmclient.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_ntlm.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_ntlmclient.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_ntlm.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_ntlmclient.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth_ntlm.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/auth.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart_protocol.c:13: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart.h:16: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_protocol.c:592:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_MULTIPLY(&len, t->shallow_roots.size, sizeof(git_oid)); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart_pkt.c:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart.h:16: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 2 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/credential.c:379:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&allocsize, sizeof(git_credential_username), len); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/credential.c:380:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&allocsize, allocsize, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 2 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_pkt.c:114:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_pkt_comment), len); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_pkt.c:115:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_pkt.c:139:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_pkt_progress), len); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_pkt.c:140:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_pkt.c:167:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_pkt_progress), len); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_pkt.c:188:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_pkt_progress), len); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_pkt.c:209:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, sizeof(git_pkt_err), len); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_pkt.c:210:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_pkt.c:314:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, len, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_pkt.c:358:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, len, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_pkt.c:396:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, len, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/smart_pkt.c:411:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, len, 1); -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_uadd_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart.h:16: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/transports/local.c:14: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.hlibgit2/src/util/git2_util.h::14157::3235:: note: warning: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: libgit2/src/util/integer.hnote: :expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW'60 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/http.c:15: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/transports/smart.h:16: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __builtin_umul_overflow(one, two, out) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 13 warnings and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 1 warning and 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/tsort.o" "-c" "libgit2/src/util/tsort.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/registry.o" "-c" "libgit2/src/libgit2/streams/registry.c" -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/utf8.o" "-c" "libgit2/src/util/utf8.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/util.o" "-c" "libgit2/src/util/util.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/varint.o" "-c" "libgit2/src/util/varint.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/vector.o" "-c" "libgit2/src/util/vector.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/wildmatch.o" "-c" "libgit2/src/util/wildmatch.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/zstream.o" "-c" "libgit2/src/util/zstream.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/auth.o" "-c" "libgit2/src/libgit2/transports/auth.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/auth_gssapi.o" "-c" "libgit2/src/libgit2/transports/auth_gssapi.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/auth_ntlmclient.o" "-c" "libgit2/src/libgit2/transports/auth_ntlmclient.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/auth_sspi.o" "-c" "libgit2/src/libgit2/transports/auth_sspi.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/credential.o" "-c" "libgit2/src/libgit2/transports/credential.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/credential_helpers.o" "-c" "libgit2/src/libgit2/transports/credential_helpers.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/git.o" "-c" "libgit2/src/libgit2/transports/git.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/http.o" "-c" "libgit2/src/libgit2/transports/http.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/httpclient.o" "-c" "libgit2/src/libgit2/transports/httpclient.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/local.o" "-c" "libgit2/src/libgit2/transports/local.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/smart.o" "-c" "libgit2/src/libgit2/transports/smart.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/schannel.o" "-c" "libgit2/src/libgit2/streams/schannel.c" -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/smart_pkt.o" "-c" "libgit2/src/libgit2/transports/smart_pkt.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/smart_protocol.o" "-c" "libgit2/src/libgit2/transports/smart_protocol.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/ssh.o" "-c" "libgit2/src/libgit2/transports/ssh.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/winhttp.o" "-c" "libgit2/src/libgit2/transports/winhttp.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/mbedtls.o" "-c" "libgit2/src/libgit2/streams/mbedtls.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/openssl.o" "-c" "libgit2/src/libgit2/streams/openssl.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/openssl_dynamic.o" "-c" "libgit2/src/libgit2/streams/openssl_dynamic.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/openssl_legacy.o" "-c" "libgit2/src/libgit2/streams/openssl_legacy.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/socket.o" "-c" "libgit2/src/libgit2/streams/socket.c" -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xpatience.c:22: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xpatience.c:22: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xpatience.c:22: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/tls.c:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/tls.c:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/libgit2/streams/registry.c:8libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3In file included from :libgit2/src/libgit2/common.h :error: 10'regparm' is not valid on this platform: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/registry.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/tls.c# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))):10 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~In file included from -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/registry.c/usr/include/bits/pthreadtypes-arch.h::852: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :In file included from 50libgit2/src/libgit2/common.h:: 10note: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xemit.c:23: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xemit.c:23: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xemit.c:23: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xmerge.c:23: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.hIn file included from :11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/socket.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/socket.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/deps/xdiff/xdiffi.c __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:23: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/deps/xdiff/xinclude.h: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 26 ^ ~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from :52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/schannel.c:In file included from libgit2/deps/xdiff/xmerge.c8:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 23In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/schannel.hIn file included from :libgit2/deps/xdiff/xinclude.h10:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 26In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/common.hIn file included from :libgit2/deps/xdiff/git-xdiff.h10:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 17In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/git2_util.hIn file included from :libgit2/src/util/regexp.h83:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.hIn file included from :libgit2/src/util/git2_util.h698::836: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :/usr/include/pthread.h :error: 710'regparm' is not valid on this platform: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/socket.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/bits/pthreadtypes-arch.hlibgit2/src/libgit2/streams/socket.h::5210:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 50In file included from :libgit2/src/libgit2/common.h :note: 10expanded from macro '__cleanup_fct_attribute': -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h __cleanup_fct_attribute;: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 83 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: /usr/include/bits/pthreadtypes-arch.h'regparm' is not valid on this platform: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:/usr/include/bits/pthreadtypes-arch.h50::52 :note: 50expanded from macro '__cleanup_fct_attribute': -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: note: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/schannel.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/schannel.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xmerge.c:/usr/include/bits/pthreadtypes-arch.h23:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 52In file included from In file included from :libgit2/deps/xdiff/xdiffi.clibgit2/deps/xdiff/xinclude.h::5026:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 23In file included from note: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/deps/xdiff/git-xdiff.hexpanded from macro '__cleanup_fct_attribute'In file included from :libgit2/deps/xdiff/xinclude.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 17:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/regexp.hlibgit2/deps/xdiff/git-xdiff.h::1117: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/src/util/regexp.hlibgit2/src/util/git2_util.h::1183: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/pthread.hlibgit2/src/util/git2_util.h::75183:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 6/usr/include/pthread.h:: 710error: :'regparm' is not valid on this platform3# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~error: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__))/usr/include/bits/pthreadtypes-arch.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : ^~~~~~~~~~~~~~~~~~~~~~~52 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from libgit2/src/libgit2/streams/schannel.c:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))8 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~In file included from -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/schannel.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: In file included from note: expanded from macro '__cleanup_fct_attribute'libgit2/src/libgit2/streams/socket.c -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/socket.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xdiffi.c:23: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from ^ ~libgit2/src/util/regexp.h -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/deps/xdiff/xprepare.c:23: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;In file included from libgit2/src/libgit2/streams/stransport.c -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :8In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/stransport.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/deps/xdiff/xprepare.c:23 __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;libgit2/src/libgit2/streams/stransport.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/stransport.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.hIn file included from :52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/libgit2/streams/stransport.c ^ ~: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/streams/stransport.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xprepare.c:23: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/deps/xdiff/xhistogram.c ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))):44: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))26 -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~In file included from -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xhistogram.c:44: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xhistogram.c:44: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xutils.c:23: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xutils.c:23: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3In file included from libgit2/deps/xdiff/xutils.c:23: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: errorsIn file included from generatedlibgit2/deps/xdiff/xinclude.h. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :26: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/regexp.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/registry.o" "-c" "libgit2/src/libgit2/streams/registry.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_maketables.o" "-c" "libgit2/deps/pcre/pcre_maketables.c" -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/schannel.o" "-c" "libgit2/src/libgit2/streams/schannel.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/socket.o" "-c" "libgit2/src/libgit2/streams/socket.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/stransport.o" "-c" "libgit2/src/libgit2/streams/stransport.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/tls.o" "-c" "libgit2/src/libgit2/streams/tls.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xdiffi.o" "-c" "libgit2/deps/xdiff/xdiffi.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xemit.o" "-c" "libgit2/deps/xdiff/xemit.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xhistogram.o" "-c" "libgit2/deps/xdiff/xhistogram.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xmerge.o" "-c" "libgit2/deps/xdiff/xmerge.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xpatience.o" "-c" "libgit2/deps/xdiff/xpatience.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xprepare.o" "-c" "libgit2/deps/xdiff/xprepare.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xutils.o" "-c" "libgit2/deps/xdiff/xutils.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_newline.o" "-c" "libgit2/deps/pcre/pcre_newline.c" -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/allocators/failalloc.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/allocators/failalloc.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/allocators/failalloc.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/allocators/failalloc.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/allocators/failalloc.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/allocators/failalloc.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/allocators/stdalloc.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/allocators/stdalloc.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/allocators/stdalloc.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/allocators/stdalloc.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/allocators/stdalloc.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/allocators/stdalloc.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/unix/map.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/unix/map.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/unix/map.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/unix/realpath.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/unix/realpath.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/unix/realpath.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/allocators/failalloc.o" "-c" "libgit2/src/util/allocators/failalloc.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/allocators/stdalloc.o" "-c" "libgit2/src/util/allocators/stdalloc.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/unix/map.o" "-c" "libgit2/src/util/unix/map.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/unix/realpath.o" "-c" "libgit2/src/util/unix/realpath.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/sha1dc/sha1.o" "-c" "libgit2/src/util/hash/sha1dc/sha1.c" -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/collisiondetect.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/collisiondetect.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/sha.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: In file included from error: libgit2/src/util/hash/sha1dc/sha1.c:'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: :52In file included from libgit2/src/util/hash/sha1dc/sha1.c:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 50:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/sha1dc/sha1.c:17: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))error: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 'regparm' is not valid on this platform ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__))In file included from libgit2/src/util/hash/collisiondetect.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/collisiondetect.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/sha.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/collisiondetect.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/collisiondetect.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/sha.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/builtin.c:In file included from 8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/builtin.h:libgit2/src/util/hash/sha1dc/ubc_check.c11:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from 31: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/hash/sha.hIn file included from :libgit2/src/libgit2/common.h11:: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 10In file included from : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: : -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h/usr/include/pthread.h::698698::66:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/sha1dc/ubc_check.c:31: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute;/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: libgit2/src/util/hash/builtin.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/builtin.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/sha.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute; -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/sha1dc/ubc_check.c:31: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50 __cleanup_fct_attribute __attribute__ ((__noreturn__)): -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~note: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/builtin.c:8: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/builtin.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/hash/sha.h:11: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ^ ~ -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: 3 errors generated. -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/collisiondetect.o" "-c" "libgit2/src/util/hash/collisiondetect.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/sha1dc/sha1.o" "-c" "libgit2/src/util/hash/sha1dc/sha1.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/sha1dc/ubc_check.o" "-c" "libgit2/src/util/hash/sha1dc/ubc_check.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 warning: libgit2-sys@0.16.1+1.7.1: ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/builtin.o" "-c" "libgit2/src/util/hash/builtin.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 -#19 19.09 error: failed to run custom build command for `libgit2-sys v0.16.1+1.7.1` -#19 19.09 -#19 19.09 Caused by: -#19 19.09 process didn't exit successfully: `/home/sartcni/target/release/build/libgit2-sys-2325ffcb2e8faf1c/build-script-build` (exit status: 1) -#19 19.09 --- stdout -#19 19.09 cargo:rerun-if-env-changed=LIBGIT2_NO_VENDOR -#19 19.09 cargo:rerun-if-env-changed=LIBGIT2_NO_PKG_CONFIG -#19 19.09 cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_aarch64-unknown-linux-musl -#19 19.09 cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_aarch64_unknown_linux_musl -#19 19.09 cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS -#19 19.09 cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS -#19 19.09 cargo:rerun-if-env-changed=PKG_CONFIG_aarch64-unknown-linux-musl -#19 19.09 cargo:rerun-if-env-changed=PKG_CONFIG_aarch64_unknown_linux_musl -#19 19.09 cargo:rerun-if-env-changed=TARGET_PKG_CONFIG -#19 19.09 cargo:rerun-if-env-changed=PKG_CONFIG -#19 19.09 cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_aarch64-unknown-linux-musl -#19 19.09 cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_aarch64_unknown_linux_musl -#19 19.09 cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR -#19 19.09 cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR -#19 19.09 cargo:warning=failed to probe system libgit2: pkg-config has not been configured to support cross-compilation. -#19 19.09 -#19 19.09 Install a sysroot for the target platform and configure it via -#19 19.09 PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a -#19 19.09 cross-compiling wrapper for pkg-config and set it via -#19 19.09 PKG_CONFIG environment variable. -#19 19.09 cargo:rustc-cfg=libgit2_vendored -#19 19.09 libgit2/include/git2.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2.h -#19 19.09 libgit2/include/git2/common.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/common.h -#19 19.09 libgit2/include/git2/email.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/email.h -#19 19.09 libgit2/include/git2/version.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/version.h -#19 19.09 libgit2/include/git2/clone.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/clone.h -#19 19.09 libgit2/include/git2/filter.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/filter.h -#19 19.09 libgit2/include/git2/repository.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/repository.h -#19 19.09 libgit2/include/git2/global.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/global.h -#19 19.09 libgit2/include/git2/reflog.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/reflog.h -#19 19.09 libgit2/include/git2/cherrypick.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/cherrypick.h -#19 19.09 libgit2/include/git2/diff.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/diff.h -#19 19.09 libgit2/include/git2/pack.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/pack.h -#19 19.09 libgit2/include/git2/blob.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/blob.h -#19 19.09 libgit2/include/git2/mailmap.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/mailmap.h -#19 19.09 libgit2/include/git2/refspec.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/refspec.h -#19 19.09 libgit2/include/git2/revert.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/revert.h -#19 19.09 libgit2/include/git2/errors.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/errors.h -#19 19.09 libgit2/include/git2/notes.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/notes.h -#19 19.09 libgit2/include/git2/describe.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/describe.h -#19 19.09 libgit2/include/git2/revwalk.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/revwalk.h -#19 19.09 libgit2/include/git2/annotated_commit.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/annotated_commit.h -#19 19.09 libgit2/include/git2/ignore.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/ignore.h -#19 19.09 libgit2/include/git2/cert.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/cert.h -#19 19.09 libgit2/include/git2/transaction.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/transaction.h -#19 19.09 libgit2/include/git2/pathspec.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/pathspec.h -#19 19.09 libgit2/include/git2/patch.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/patch.h -#19 19.09 libgit2/include/git2/object.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/object.h -#19 19.09 libgit2/include/git2/status.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/status.h -#19 19.09 libgit2/include/git2/config.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/config.h -#19 19.09 libgit2/include/git2/experimental.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/experimental.h -#19 19.09 libgit2/include/git2/odb_backend.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/odb_backend.h -#19 19.09 libgit2/include/git2/stdint.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/stdint.h -#19 19.09 libgit2/include/git2/tree.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/tree.h -#19 19.09 libgit2/include/git2/proxy.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/proxy.h -#19 19.09 libgit2/include/git2/revparse.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/revparse.h -#19 19.09 libgit2/include/git2/blame.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/blame.h -#19 19.09 libgit2/include/git2/sys/email.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/email.h -#19 19.09 libgit2/include/git2/sys/hashsig.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/hashsig.h -#19 19.09 libgit2/include/git2/sys/filter.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/filter.h -#19 19.09 libgit2/include/git2/sys/alloc.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/alloc.h -#19 19.09 libgit2/include/git2/sys/repository.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/repository.h -#19 19.09 libgit2/include/git2/sys/reflog.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/reflog.h -#19 19.09 libgit2/include/git2/sys/diff.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/diff.h -#19 19.09 libgit2/include/git2/sys/mempack.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/mempack.h -#19 19.09 libgit2/include/git2/sys/config.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/config.h -#19 19.09 libgit2/include/git2/sys/odb_backend.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/odb_backend.h -#19 19.09 libgit2/include/git2/sys/commit.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/commit.h -#19 19.09 libgit2/include/git2/sys/merge.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/merge.h -#19 19.09 libgit2/include/git2/sys/remote.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/remote.h -#19 19.09 libgit2/include/git2/sys/index.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/index.h -#19 19.09 libgit2/include/git2/sys/midx.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/midx.h -#19 19.09 libgit2/include/git2/sys/stream.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/stream.h -#19 19.09 libgit2/include/git2/sys/transport.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/transport.h -#19 19.09 libgit2/include/git2/sys/refdb_backend.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/refdb_backend.h -#19 19.09 libgit2/include/git2/sys/path.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/path.h -#19 19.09 libgit2/include/git2/sys/refs.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/refs.h -#19 19.09 libgit2/include/git2/sys/openssl.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/openssl.h -#19 19.09 libgit2/include/git2/sys/commit_graph.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/commit_graph.h -#19 19.09 libgit2/include/git2/sys/cred.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/cred.h -#19 19.09 libgit2/include/git2/sys/credential.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/sys/credential.h -#19 19.09 libgit2/include/git2/signature.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/signature.h -#19 19.09 libgit2/include/git2/checkout.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/checkout.h -#19 19.09 libgit2/include/git2/commit.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/commit.h -#19 19.09 libgit2/include/git2/merge.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/merge.h -#19 19.09 libgit2/include/git2/trace.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/trace.h -#19 19.09 libgit2/include/git2/message.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/message.h -#19 19.09 libgit2/include/git2/stash.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/stash.h -#19 19.09 libgit2/include/git2/remote.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/remote.h -#19 19.09 libgit2/include/git2/cred_helpers.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/cred_helpers.h -#19 19.09 libgit2/include/git2/index.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/index.h -#19 19.09 libgit2/include/git2/buffer.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/buffer.h -#19 19.09 libgit2/include/git2/graph.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/graph.h -#19 19.09 libgit2/include/git2/transport.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/transport.h -#19 19.09 libgit2/include/git2/attr.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/attr.h -#19 19.09 libgit2/include/git2/oidarray.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/oidarray.h -#19 19.09 libgit2/include/git2/branch.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/branch.h -#19 19.09 libgit2/include/git2/strarray.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/strarray.h -#19 19.09 libgit2/include/git2/rebase.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/rebase.h -#19 19.09 libgit2/include/git2/refs.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/refs.h -#19 19.09 libgit2/include/git2/net.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/net.h -#19 19.09 libgit2/include/git2/refdb.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/refdb.h -#19 19.09 libgit2/include/git2/indexer.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/indexer.h -#19 19.09 libgit2/include/git2/reset.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/reset.h -#19 19.09 libgit2/include/git2/oid.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/oid.h -#19 19.09 libgit2/include/git2/apply.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/apply.h -#19 19.09 libgit2/include/git2/types.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/types.h -#19 19.09 libgit2/include/git2/deprecated.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/deprecated.h -#19 19.09 libgit2/include/git2/submodule.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/submodule.h -#19 19.09 libgit2/include/git2/credential.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/credential.h -#19 19.09 libgit2/include/git2/credential_helpers.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/credential_helpers.h -#19 19.09 libgit2/include/git2/tag.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/tag.h -#19 19.09 libgit2/include/git2/worktree.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/worktree.h -#19 19.09 libgit2/include/git2/odb.h => /home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include/git2/odb.h -#19 19.09 TARGET = Some("aarch64-unknown-linux-musl") -#19 19.09 OPT_LEVEL = Some("3") -#19 19.09 HOST = Some("x86_64-unknown-linux-gnu") -#19 19.09 cargo:rerun-if-env-changed=CC_aarch64-unknown-linux-musl -#19 19.09 CC_aarch64-unknown-linux-musl = None -#19 19.09 cargo:rerun-if-env-changed=CC_aarch64_unknown_linux_musl -#19 19.09 CC_aarch64_unknown_linux_musl = Some("clang") -#19 19.09 cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS -#19 19.09 CRATE_CC_NO_DEFAULTS = None -#19 19.09 DEBUG = Some("false") -#19 19.09 cargo:rerun-if-env-changed=CFLAGS_aarch64-unknown-linux-musl -#19 19.09 CFLAGS_aarch64-unknown-linux-musl = None -#19 19.09 cargo:rerun-if-env-changed=CFLAGS_aarch64_unknown_linux_musl -#19 19.09 CFLAGS_aarch64_unknown_linux_musl = None -#19 19.09 cargo:rerun-if-env-changed=TARGET_CFLAGS -#19 19.09 TARGET_CFLAGS = None -#19 19.09 cargo:rerun-if-env-changed=CFLAGS -#19 19.09 CFLAGS = None -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/annotated_commit.o" "-c" "libgit2/src/libgit2/annotated_commit.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/apply.o" "-c" "libgit2/src/libgit2/apply.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/attr.o" "-c" "libgit2/src/libgit2/attr.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/attr_file.o" "-c" "libgit2/src/libgit2/attr_file.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/attrcache.o" "-c" "libgit2/src/libgit2/attrcache.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/blame.o" "-c" "libgit2/src/libgit2/blame.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/blame_git.o" "-c" "libgit2/src/libgit2/blame_git.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/blob.o" "-c" "libgit2/src/libgit2/blob.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/branch.o" "-c" "libgit2/src/libgit2/branch.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/buf.o" "-c" "libgit2/src/libgit2/buf.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/cache.o" "-c" "libgit2/src/libgit2/cache.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/checkout.o" "-c" "libgit2/src/libgit2/checkout.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/cherrypick.o" "-c" "libgit2/src/libgit2/cherrypick.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/clone.o" "-c" "libgit2/src/libgit2/clone.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/commit.o" "-c" "libgit2/src/libgit2/commit.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/commit_graph.o" "-c" "libgit2/src/libgit2/commit_graph.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/checkout.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/checkout.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/checkout.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/checkout.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/checkout.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/checkout.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/cache.c:libgit2/src/libgit2/cherrypick.c:8: -#19 19.09 -#19 19.09 cargo:warning=8In file included from : -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/cache.h::1010: -#19 19.09 -#19 19.09 cargo:warning=In file included from : -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/libgit2/common.hlibgit2/src/libgit2/attr_file.c:::8310: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:/usr/include/pthread.h838: -#19 19.09 -#19 19.09 cargo:warning=:: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.hIn file included from :libgit2/src/libgit2/attr_file.h698698::106: -#19 19.09 -#19 19.09 cargo:warning=:In file included from :libgit2/src/libgit2/common.h 6::10error: : -#19 19.09 -#19 19.09 cargo:warning=In file included from 'regparm' is not valid on this platformlibgit2/src/util/git2_util.h -#19 19.09 -#19 19.09 cargo:warning=:83error: : -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning=:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::52/usr/include/bits/pthreadtypes-arch.h:libgit2/src/libgit2/attr.c52:5052:: :note: 50expanded from macro '__cleanup_fct_attribute':: -#19 19.09 -#19 19.09 cargo:warning= 50note: :expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/attr.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from In file included from libgit2/src/libgit2/cache.clibgit2/src/libgit2/attr_file.c::8libgit2/src/libgit2/cherrypick.c8:: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=8In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/attr_file.hIn file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/cache.h::1010:: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from 10In file included from libgit2/src/libgit2/common.h: -#19 19.09 -#19 19.09 cargo:warning=:libgit2/src/util/git2_util.h10In file included from : -#19 19.09 -#19 19.09 cargo:warning=:In file included from 83libgit2/src/util/git2_util.hlibgit2/src/libgit2/common.h::: -#19 19.09 -#19 19.09 cargo:warning=83/usr/include/pthread.h10: -#19 19.09 -#19 19.09 cargo:warning=:: -#19 19.09 -#19 19.09 cargo:warning=710In file included from :libgit2/src/util/git2_util.h3/usr/include/pthread.h::: 83710error: : -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning=: __cleanup_fct_attribute;: -#19 19.09 -#19 19.09 cargo:warning=3710: ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning=3error: :'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~/usr/include/bits/pthreadtypes-arch.h -#19 19.09 -#19 19.09 cargo:warning=:52:50:/usr/include/bits/pthreadtypes-arch.h :note: 52expanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning=50 __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~note: -#19 19.09 -#19 19.09 cargo:warning=expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52/usr/include/bits/pthreadtypes-arch.h::5052:: 50note: :expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/attr.clibgit2/src/libgit2/cherrypick.c::88: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/attr.hlibgit2/src/libgit2/common.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/cache.cIn file included from :libgit2/src/libgit2/common.hIn file included from libgit2/src/libgit2/attr_file.c8:libgit2/src/util/git2_util.h10:: -#19 19.09 -#19 19.09 cargo:warning=:: -#19 19.09 -#19 19.09 cargo:warning=883In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h/usr/include/pthread.hIn file included from :libgit2/src/libgit2/cache.h751::106: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=::83 : -#19 19.09 -#19 19.09 cargo:warning=error: In file included from 'regparm' is not valid on this platformlibgit2/src/libgit2/common.hIn file included from :/usr/include/pthread.h10: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=710In file included from :libgit2/src/util/git2_util.hlibgit2/src/libgit2/attr_file.h:3::1083: -#19 19.09 -#19 19.09 cargo:warning= : -#19 19.09 -#19 19.09 cargo:warning=error: /usr/include/pthread.hIn file included from 'regparm' is not valid on this platformlibgit2/src/libgit2/common.h:: -#19 19.09 -#19 19.09 cargo:warning=75110:: -#19 19.09 -#19 19.09 cargo:warning=6In file included from :libgit2/src/util/git2_util.h :error: 83'regparm' is not valid on this platform: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6 __cleanup_fct_attribute __attribute__ ((__noreturn__)): -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~error: -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;/usr/include/bits/pthreadtypes-arch.h -#19 19.09 -#19 19.09 cargo:warning=In file included from : ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/libgit2/buf.c -#19 19.09 -#19 19.09 cargo:warning=52::50/usr/include/bits/pthreadtypes-arch.h:: 52note: :expanded from macro '__cleanup_fct_attribute'8 -#19 19.09 -#19 19.09 cargo:warning=50: -#19 19.09 -#19 19.09 cargo:warning=: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning=In file included from ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/libgit2/buf.hnote: -#19 19.09 -#19 19.09 cargo:warning=:expanded from macro '__cleanup_fct_attribute'11 __cleanup_fct_attribute __attribute__ ((__noreturn__)): -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.h/usr/include/bits/pthreadtypes-arch.h::1052/usr/include/bits/pthreadtypes-arch.h::50: -#19 19.09 -#19 19.09 cargo:warning=52In file included from :libgit2/src/util/git2_util.h :note: :expanded from macro '__cleanup_fct_attribute'8350: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning= ^ ~698note: :expanded from macro '__cleanup_fct_attribute'6 -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~error: -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;In file included from libgit2/src/libgit2/attr.c: -#19 19.09 -#19 19.09 cargo:warning=8 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/attr.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:/usr/include/bits/pthreadtypes-arch.h10: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 52libgit2/src/util/git2_util.h::5083:: -#19 19.09 -#19 19.09 cargo:warning= /usr/include/pthread.hnote: :expanded from macro '__cleanup_fct_attribute'751 -#19 19.09 -#19 19.09 cargo:warning=:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/buf.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/buf.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;In file included from libgit2/src/libgit2/attrcache.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/attrcache.h ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning=10: -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/bits/pthreadtypes-arch.hlibgit2/src/libgit2/common.h::5210:: -#19 19.09 -#19 19.09 cargo:warning=50In file included from :libgit2/src/util/git2_util.h :note: 83expanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/buf.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/buf.h:11# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from ^ ~libgit2/src/libgit2/common.h -#19 19.09 -#19 19.09 cargo:warning=:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.hIn file included from :52libgit2/src/libgit2/attrcache.c::508:: -#19 19.09 -#19 19.09 cargo:warning= In file included from note: libgit2/src/libgit2/attrcache.hexpanded from macro '__cleanup_fct_attribute':10 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/attrcache.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/attrcache.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame_git.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame_git.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame_git.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame_git.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame_git.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame_git.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/clone.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/clone.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/annotated_commit.c:In file included from libgit2/src/libgit2/clone.c:88: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/clone.hlibgit2/src/libgit2/annotated_commit.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/common.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/pthread.h::698710::63:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/clone.c:In file included from 8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/clone.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/annotated_commit.c: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/annotated_commit.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/annotated_commit.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/annotated_commit.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/blame.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame.h:4: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame.h:4: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame.h:4: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/blob.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blob.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blob.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blob.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blob.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blob.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/branch.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/branch.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/branch.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/branch.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/branch.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/branch.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/apply.c:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/array.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/apply.c:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/array.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/apply.c:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/array.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/commit_list.o" "-c" "libgit2/src/libgit2/commit_list.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config.o" "-c" "libgit2/src/libgit2/config.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/checkout.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/checkout.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/apply.c:15: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/cherrypick.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/buf.c:97:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, datalen, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/cache.c ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/commit.c: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=:141 __cleanup_fct_attribute __attribute__ ((__noreturn__)):32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=:60# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))):40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame_git.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame_git.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame.h:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/annotated_commit.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/annotated_commit.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/attr.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/attr_file.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/attrcache.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/clone.c:23: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blob.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blob.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/blame_git.c:48:28: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~warning: -#19 19.09 -#19 19.09 cargo:warning=incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, sizeof(*o), path_len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/blame_git.c:49:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/branch.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_graph.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_graph.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_graph.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_graph.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_graph.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_graph.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blame.h:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_list.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_list.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_list.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_list.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_list.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_list.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_cache.o" "-c" "libgit2/src/libgit2/config_cache.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_entries.o" "-c" "libgit2/src/libgit2/config_entries.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_graph.c:10: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/annotated_commit.o" "-c" "libgit2/src/libgit2/annotated_commit.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/apply.o" "-c" "libgit2/src/libgit2/apply.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_file.o" "-c" "libgit2/src/libgit2/config_file.c" -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/attr.o" "-c" "libgit2/src/libgit2/attr.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/attr_file.o" "-c" "libgit2/src/libgit2/attr_file.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/attrcache.o" "-c" "libgit2/src/libgit2/attrcache.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/blame.o" "-c" "libgit2/src/libgit2/blame.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/blame_git.o" "-c" "libgit2/src/libgit2/blame_git.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/blob.o" "-c" "libgit2/src/libgit2/blob.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/branch.o" "-c" "libgit2/src/libgit2/branch.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/buf.o" "-c" "libgit2/src/libgit2/buf.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/cache.o" "-c" "libgit2/src/libgit2/cache.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/checkout.o" "-c" "libgit2/src/libgit2/checkout.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/cherrypick.o" "-c" "libgit2/src/libgit2/cherrypick.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/clone.o" "-c" "libgit2/src/libgit2/clone.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_mem.o" "-c" "libgit2/src/libgit2/config_mem.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_parse.o" "-c" "libgit2/src/libgit2/config_parse.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_snapshot.o" "-c" "libgit2/src/libgit2/config_snapshot.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/crlf.o" "-c" "libgit2/src/libgit2/crlf.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/delta.o" "-c" "libgit2/src/libgit2/delta.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/describe.o" "-c" "libgit2/src/libgit2/describe.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit_list.c:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff.o" "-c" "libgit2/src/libgit2/diff.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_driver.o" "-c" "libgit2/src/libgit2/diff_driver.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_file.o" "-c" "libgit2/src/libgit2/diff_file.c" -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_generate.o" "-c" "libgit2/src/libgit2/diff_generate.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_parse.o" "-c" "libgit2/src/libgit2/diff_parse.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_print.o" "-c" "libgit2/src/libgit2/diff_print.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_stats.o" "-c" "libgit2/src/libgit2/diff_stats.c" -#19 19.09 cargo:warning=libgit2/src/libgit2/commit_list.c:90:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (git__multiply_sizet_overflow(&bytes, n_parents, sizeof(git_commit_list_node *))) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=2 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_cache.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_cache.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_cache.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_entries.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_entries.h:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_entries.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_entries.h:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_entries.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_entries.h:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_file.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_file.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_file.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_file.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_file.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_file.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_file.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_file.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_file.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_parse.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_parse.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_parse.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_parse.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_parse.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_parse.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_generate.cIn file included from :libgit2/src/libgit2/diff_parse.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from 8libgit2/src/libgit2/diff_generate.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/libgit2/diff_parse.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/libgit2/common.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/libgit2/common.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/util/git2_util.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 83libgit2/src/util/git2_util.h: -#19 19.09 -#19 19.09 cargo:warning=:83/usr/include/pthread.h: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/pthread.h698::6986::6 :error: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:/usr/include/bits/pthreadtypes-arch.h50::52 note: :expanded from macro '__cleanup_fct_attribute'50 -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_generate.c:In file included from 8libgit2/src/libgit2/diff_parse.c: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 8libgit2/src/libgit2/diff_generate.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/libgit2/diff_parse.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/libgit2/common.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/libgit2/common.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/util/git2_util.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 83libgit2/src/util/git2_util.h: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/pthread.h83:: -#19 19.09 -#19 19.09 cargo:warning=710/usr/include/pthread.h::3710:: 3error: :'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_generate.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/diff_parse.clibgit2/src/libgit2/diff_generate.h::810: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/diff_parse.hlibgit2/src/libgit2/common.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/util/git2_util.h::1083: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/pthread.hlibgit2/src/util/git2_util.h::75183:: -#19 19.09 -#19 19.09 cargo:warning=6/usr/include/pthread.h:: 751error: :'regparm' is not valid on this platform6 -#19 19.09 -#19 19.09 cargo:warning=: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning=52:50: note: /usr/include/bits/pthreadtypes-arch.hexpanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning=52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/delta.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/delta.h:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/delta.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/delta.h:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/delta.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/delta.h:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/config_snapshot.clibgit2/src/libgit2/diff.c::88: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/config_backend.hlibgit2/src/libgit2/diff.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/common.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/pthread.h::698698:In file included from :66:libgit2/src/libgit2/describe.c: :error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: : expanded from macro '__cleanup_fct_attribute'52 -#19 19.09 -#19 19.09 cargo:warning=:note: 50expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_snapshot.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/config_backend.hlibgit2/src/libgit2/describe.c::108: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/common.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/pthread.h::710710::33:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h __cleanup_fct_attribute;: __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning=710 -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=3: /usr/include/bits/pthreadtypes-arch.herror: :'regparm' is not valid on this platform52 -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/bits/pthreadtypes-arch.h50::52 :note: 50expanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning= note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute'# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/crlf.c:In file included from In file included from libgit2/src/libgit2/describe.clibgit2/src/libgit2/config_snapshot.c::88: -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/config_backend.h:libgit2/src/libgit2/common.h::1010: -#19 19.09 -#19 19.09 cargo:warning=10: -#19 19.09 -#19 19.09 cargo:warning=In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.hIn file included from :In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::108383: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h/usr/include/pthread.hIn file included from /usr/include/pthread.h:::libgit2/src/libgit2/diff.c83751698::86: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/pthread.h6::In file included from :751 :error: libgit2/src/libgit2/diff.h'regparm' is not valid on this platform: error: 6 -#19 19.09 -#19 19.09 cargo:warning=:10'regparm' is not valid on this platform : -#19 19.09 -#19 19.09 cargo:warning=error: -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platformIn file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h: __cleanup_fct_attribute __attribute__ ((__noreturn__))52 -#19 19.09 -#19 19.09 cargo:warning=: ^~~~~~~~~~~~~~~~~~~~~~~50 -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro '__cleanup_fct_attribute'/usr/include/bits/pthreadtypes-arch.h -#19 19.09 -#19 19.09 cargo:warning=: __cleanup_fct_attribute __attribute__ ((__noreturn__))52 -#19 19.09 -#19 19.09 cargo:warning=: ^~~~~~~~~~~~~~~~~~~~~~~50 -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro '__cleanup_fct_attribute' __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning=52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning=50 ^ ~: -#19 19.09 -#19 19.09 cargo:warning= note: expanded from macro '__cleanup_fct_attribute'# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/crlf.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/crlf.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_mem.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_mem.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_mem.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_print.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_print.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_print.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_file.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_file.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_cache.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_driver.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_driver.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_driver.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_driver.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_driver.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_driver.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_entries.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_entries.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/config_cache.c:115:19: warning: cast to smaller integer type 'intptr_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast] -#19 19.09 -#19 19.09 cargo:warning= intptr_t value = (intptr_t)git_atomic_load(repo->configmap_cache[(int)item]); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/config_cache.c:129:66: warning: cast to 'void *' from smaller integer type 'intptr_t' (aka 'int') [-Wint-to-void-pointer-cast] -#19 19.09 -#19 19.09 cargo:warning= git_atomic_compare_and_swap(&repo->configmap_cache[(int)item], (void *)oldval, (void *)value); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/thread.h:383:55: note: expanded from macro 'git_atomic_compare_and_swap' -#19 19.09 -#19 19.09 cargo:warning= git_atomic__compare_and_swap((void * volatile *)ptr, oldval, newval) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/config_cache.c:129:82: warning: cast to 'void *' from smaller integer type 'intptr_t' (aka 'int') [-Wint-to-void-pointer-cast] -#19 19.09 -#19 19.09 cargo:warning= git_atomic_compare_and_swap(&repo->configmap_cache[(int)item], (void *)oldval, (void *)value); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/thread.h:383:63: note: expanded from macro 'git_atomic_compare_and_swap' -#19 19.09 -#19 19.09 cargo:warning= git_atomic__compare_and_swap((void * volatile *)ptr, oldval, newval) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~ -#19 19.09 -#19 19.09 cargo:warning=4 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_parse.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_parse.h:12: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/config_parse.c:97:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, base_name_len, quoted_len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/config_parse.c:98:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 2); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/config_parse.c:179:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&line_len, (size_t)(name_end - line), 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/config_parse.c:290:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&alloc_len, ptr_len, 1) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/config_parse.c:341:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(line_len, *line_len, reader->ctx.line_len)) { -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/delta.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/delta.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.h:15: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning=6 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_generate.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_generate.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_print.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_parse.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_parse.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_file.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_stats.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_stats.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_stats.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_stats.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_stats.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_stats.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/delta.c:127:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_snapshot.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/describe.c:15 GIT_ERROR_CHECK_ALLOC_MULTIPLY(&entries_len, entries, sizeof(struct index_entry));: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/commit.h: if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3))13 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~In file included from libgit2/src/libgit2/tree.h -#19 19.09 -#19 19.09 cargo:warning=:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35libgit2/src/util/git2_util.h:: 141warning: :32incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h :note: 164:expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW'34 -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~ ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.hlibgit2/src/util/git2_util.h::60141::4032:libgit2/src/util/git2_util.h: :141 :note: 32note: expanded from macro 'git__multiply_sizet_overflow'expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW': -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/delta.c:128:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&hash_len, hash_count, sizeof(struct index_entry *)); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/delta.c:130:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&index_len, sizeof(struct git_delta_index), entries_len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_tform.o" "-c" "libgit2/src/libgit2/diff_tform.c" -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/delta.c:131:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&index_len, index_len, hash_len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/delta.c:564:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_sz, res_sz, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/delta.c:590:31: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&end, off, len) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=7 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/crlf.c:19: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config_mem.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_driver.c:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_tform.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_tform.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_tform.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_tform.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_tform.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_tform.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/diff_driver.c:169:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, driverlen, namelen); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/diff_driver.c:170:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_stats.c:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 warnings and 3 errors generated. -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/commit.o" "-c" "libgit2/src/libgit2/commit.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_xdiff.o" "-c" "libgit2/src/libgit2/diff_xdiff.c" -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/commit_graph.o" "-c" "libgit2/src/libgit2/commit_graph.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/commit_list.o" "-c" "libgit2/src/libgit2/commit_list.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config.o" "-c" "libgit2/src/libgit2/config.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_cache.o" "-c" "libgit2/src/libgit2/config_cache.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_entries.o" "-c" "libgit2/src/libgit2/config_entries.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_file.o" "-c" "libgit2/src/libgit2/config_file.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_mem.o" "-c" "libgit2/src/libgit2/config_mem.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_parse.o" "-c" "libgit2/src/libgit2/config_parse.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/config_snapshot.o" "-c" "libgit2/src/libgit2/config_snapshot.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/crlf.o" "-c" "libgit2/src/libgit2/crlf.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/delta.o" "-c" "libgit2/src/libgit2/delta.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/describe.o" "-c" "libgit2/src/libgit2/describe.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff.o" "-c" "libgit2/src/libgit2/diff.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_driver.o" "-c" "libgit2/src/libgit2/diff_driver.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_file.o" "-c" "libgit2/src/libgit2/diff_file.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_generate.o" "-c" "libgit2/src/libgit2/diff_generate.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_parse.o" "-c" "libgit2/src/libgit2/diff_parse.c" with args "clang" did not execute successfully (status code exit status: 1).cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_print.o" "-c" "libgit2/src/libgit2/diff_print.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/email.o" "-c" "libgit2/src/libgit2/email.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/errors.o" "-c" "libgit2/src/libgit2/errors.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/fetch.o" "-c" "libgit2/src/libgit2/fetch.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/fetchhead.o" "-c" "libgit2/src/libgit2/fetchhead.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/filter.o" "-c" "libgit2/src/libgit2/filter.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/grafts.o" "-c" "libgit2/src/libgit2/grafts.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/graph.o" "-c" "libgit2/src/libgit2/graph.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/hashsig.o" "-c" "libgit2/src/libgit2/hashsig.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/ident.o" "-c" "libgit2/src/libgit2/ident.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/idxmap.o" "-c" "libgit2/src/libgit2/idxmap.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/ignore.o" "-c" "libgit2/src/libgit2/ignore.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_tform.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_tform.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_file.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/index.o" "-c" "libgit2/src/libgit2/index.c" -#19 19.09 cargo:warning=libgit2/src/libgit2/diff_tform.c:207:51: warning: cast to smaller integer type 'intptr_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast] -#19 19.09 -#19 19.09 cargo:warning= git_hashsig_option_t opt = (git_hashsig_option_t)(intptr_t)p; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/diff_tform.c:216:51: warning: cast to smaller integer type 'intptr_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast] -#19 19.09 -#19 19.09 cargo:warning= git_hashsig_option_t opt = (git_hashsig_option_t)(intptr_t)p; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/diff_tform.c:837:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&sigcache_size, num_deltas, 2); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=4 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/grafts.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/grafts.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/grafts.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/grafts.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/grafts.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/grafts.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/graph.c:libgit2/src/libgit2/filter.c:8: -#19 19.09 -#19 19.09 cargo:warning=8In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.hIn file included from :libgit2/src/libgit2/filter.h10:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.hIn file included from :libgit2/src/libgit2/common.h83:: -#19 19.09 -#19 19.09 cargo:warning=10: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.hIn file included from :libgit2/src/util/git2_util.h698::836: -#19 19.09 -#19 19.09 cargo:warning=: /usr/include/pthread.h:error: 'regparm' is not valid on this platform698 -#19 19.09 -#19 19.09 cargo:warning=:In file included from 6:libgit2/src/libgit2/idxmap.c :error: 'regparm' is not valid on this platform8: -#19 19.09 -#19 19.09 cargo:warning=In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/idxmap.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/graph.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;/usr/include/bits/pthreadtypes-arch.h -#19 19.09 -#19 19.09 cargo:warning=: ^~~~~~~~~~~~~~~~~~~~~~~52 -#19 19.09 -#19 19.09 cargo:warning=:50: note: /usr/include/bits/pthreadtypes-arch.hexpanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning=52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/filter.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/filter.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:In file included from 83In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/graph.cIn file included from libgit2/src/libgit2/ignore.clibgit2/src/libgit2/idxmap.c:/usr/include/pthread.h::8:: -#19 19.09 -#19 19.09 cargo:warning=8In file included from : -#19 19.09 -#19 19.09 cargo:warning=710libgit2/src/libgit2/common.h::310:In file included from 8: -#19 19.09 -#19 19.09 cargo:warning= libgit2/src/libgit2/idxmap.h: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/git2_util.herror: :'regparm' is not valid on this platform10 -#19 19.09 -#19 19.09 cargo:warning=:libgit2/src/libgit2/ignore.h: -#19 19.09 -#19 19.09 cargo:warning=:83In file included from : -#19 19.09 -#19 19.09 cargo:warning=10libgit2/src/libgit2/common.h: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/pthread.h10In file included from :libgit2/src/libgit2/common.h751:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.hIn file included from ::6libgit2/src/util/git2_util.h83:: -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning=:83:: -#19 19.09 -#19 19.09 cargo:warning=710 ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=error: :'regparm' is not valid on this platform3/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning=::/usr/include/bits/pthreadtypes-arch.h 698error: :'regparm' is not valid on this platform6:: -#19 19.09 -#19 19.09 cargo:warning= 52error: :'regparm' is not valid on this platform50 -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:In file included from 52libgit2/src/libgit2/filter.c::8# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))50 -#19 19.09 -#19 19.09 cargo:warning=: ^ ~ : -#19 19.09 -#19 19.09 cargo:warning=note: In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/filter.hexpanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning=10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.c:8/usr/include/bits/pthreadtypes-arch.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 52libgit2/src/libgit2/ignore.h::5010:: -#19 19.09 -#19 19.09 cargo:warning= In file included from note: libgit2/src/libgit2/common.hexpanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning=10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/idxmap.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/idxmap.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/fetch.c:8 __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~In file included from -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/libgit2/fetch.h -#19 19.09 -#19 19.09 cargo:warning=:10: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h:In file included from :libgit2/src/libgit2/common.h5252::10:5050: -#19 19.09 -#19 19.09 cargo:warning=:In file included from libgit2/src/util/git2_util.h:: note: 83note: : -#19 19.09 -#19 19.09 cargo:warning=expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute'/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/fetch.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/fetch.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;In file included from libgit2/src/libgit2/ignore.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/fetch.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/fetch.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/errors.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/errors.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/errors.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_xdiff.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_xdiff.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_xdiff.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_xdiff.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_xdiff.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_xdiff.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/indexer.o" "-c" "libgit2/src/libgit2/indexer.c" -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/hashsig.clibgit2/src/libgit2/fetchhead.c::88: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/fetchhead.hlibgit2/src/libgit2/common.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/util/git2_util.h::1083: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:/usr/include/pthread.h83:: -#19 19.09 -#19 19.09 cargo:warning=698:/usr/include/pthread.h:6698:: 6:error: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~In file included from libgit2/src/libgit2/fetchhead.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/fetchhead.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/hashsig.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning=In file included from ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/libgit2/fetchhead.c -#19 19.09 -#19 19.09 cargo:warning=:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/fetchhead.h:10: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.hIn file included from :libgit2/src/libgit2/common.h52::1050: -#19 19.09 -#19 19.09 cargo:warning=:In file included from libgit2/src/util/git2_util.hnote: :expanded from macro '__cleanup_fct_attribute'83 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/hashsig.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/email.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/email.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/email.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/email.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/email.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/email.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/iterator.o" "-c" "libgit2/src/libgit2/iterator.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ident.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ident.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ident.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/grafts.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/grafts.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/filter.c:14: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: In file included from libgit2/src/libgit2/index.c:expanded from macro 'git__multiply_sizet_overflow'8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/index.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/index.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/index.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/index.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/index.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/libgit2.o" "-c" "libgit2/src/libgit2/libgit2.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/graph.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/mailmap.o" "-c" "libgit2/src/libgit2/mailmap.c" -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/fetch.c:19: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.h:15: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/filter.c:162:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&alloc_len, nattr, 2); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/filter.c:163:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&alloc_len, alloc_len, sizeof(char *)); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/filter.c:164:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, sizeof(git_filter_def)); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/filter.c:411:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_filter_list), pathlen); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/filter.c:412:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_xdiff.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_xdiff.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=6 warnings and 3 errors generated. -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/merge.o" "-c" "libgit2/src/libgit2/merge.c" -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/indexer.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/indexer.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/indexer.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/indexer.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/indexer.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/indexer.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/email.c:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff_generate.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/fetchhead.c:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/index.c:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/indexer.c:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/index.c:982:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(struct entry_internal), pathlen); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/index.c:983:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/index.c:1056:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&alloclen, structlen, pathlen) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/index.c:1057:26: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ADD_SIZET_OVERFLOW(&alloclen, alloclen, 1)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/index.c:2520:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&size, offset, path_len) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1libgit2/src/libgit2/index.c:2521:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning= GIT_ADD_SIZET_OVERFLOW(&size, size, 1) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/index.c:2522:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ADD_SIZET_OVERFLOW(&size, size, varint_len)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/index.c:2525:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&size, offset, path_len) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/index.c:2526:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ADD_SIZET_OVERFLOW(&size, size, 8)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/index.c:2656:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&path_len, prefix_len, suffix_len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/index.c:2657:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&path_len, path_len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=12 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/mailmap.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/mailmap.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/vector.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/mailmap.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/mailmap.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/vector.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/mailmap.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/mailmap.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/vector.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/iterator.c:630:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_stats.o" "-c" "libgit2/src/libgit2/diff_stats.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/merge_driver.o" "-c" "libgit2/src/libgit2/merge_driver.c" -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_tform.o" "-c" "libgit2/src/libgit2/diff_tform.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/diff_xdiff.o" "-c" "libgit2/src/libgit2/diff_xdiff.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/email.o" "-c" "libgit2/src/libgit2/email.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/errors.o" "-c" "libgit2/src/libgit2/errors.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/fetch.o" "-c" "libgit2/src/libgit2/fetch.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/fetchhead.o" "-c" "libgit2/src/libgit2/fetchhead.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/filter.o" "-c" "libgit2/src/libgit2/filter.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/grafts.o" "-c" "libgit2/src/libgit2/grafts.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/graph.o" "-c" "libgit2/src/libgit2/graph.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/hashsig.o" "-c" "libgit2/src/libgit2/hashsig.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/ident.o" "-c" "libgit2/src/libgit2/ident.c" with args "clang" did not execute successfully (status code exit status: 1).cargo:warning=libgit2/src/libgit2/iterator.c:1310:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&entry_size, -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/idxmap.o" "-c" "libgit2/src/libgit2/idxmap.c" with args "clang" did not execute successfully (status code exit status: 1).cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/ignore.o" "-c" "libgit2/src/libgit2/ignore.c" with args "clang" did not execute successfully (status code exit status: 1).cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/index.o" "-c" "libgit2/src/libgit2/index.c" with args "clang" did not execute successfully (status code exit status: 1).cargo:warning=libgit2/src/libgit2/iterator.c:1312:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&entry_size, entry_size, 2); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/indexer.o" "-c" "libgit2/src/libgit2/indexer.c" with args "clang" did not execute successfully (status code exit status: 1).cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/merge_file.o" "-c" "libgit2/src/libgit2/merge_file.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/message.o" "-c" "libgit2/src/libgit2/message.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/midx.o" "-c" "libgit2/src/libgit2/midx.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/mwindow.o" "-c" "libgit2/src/libgit2/mwindow.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/notes.o" "-c" "libgit2/src/libgit2/notes.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/object.o" "-c" "libgit2/src/libgit2/object.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/object_api.o" "-c" "libgit2/src/libgit2/object_api.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/odb.o" "-c" "libgit2/src/libgit2/odb.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/odb_loose.o" "-c" "libgit2/src/libgit2/odb_loose.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/odb_mempack.o" "-c" "libgit2/src/libgit2/odb_mempack.c" -#19 19.09 cargo:warning=4 warnings and 3 errors generated. -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/odb_pack.o" "-c" "libgit2/src/libgit2/odb_pack.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/offmap.o" "-c" "libgit2/src/libgit2/offmap.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/oid.o" "-c" "libgit2/src/libgit2/oid.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/oidarray.o" "-c" "libgit2/src/libgit2/oidarray.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/libgit2.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/alloc.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/libgit2.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/alloc.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/libgit2.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/alloc.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/mailmap.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/oidmap.o" "-c" "libgit2/src/libgit2/oidmap.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/object.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/object.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: In file included from libgit2/src/libgit2/odb_pack.c:In file included from libgit2/src/libgit2/merge_driver.c8: -#19 19.09 -#19 19.09 cargo:warning=In file included from 'regparm' is not valid on this platformlibgit2/src/libgit2/common.h -#19 19.09 -#19 19.09 cargo:warning=:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=:8: -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge_driver.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/bits/pthreadtypes-arch.h10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.hIn file included from :libgit2/src/libgit2/odb_pack.c698::86: -#19 19.09 -#19 19.09 cargo:warning=:In file included from libgit2/src/libgit2/common.h:error: 10'regparm' is not valid on this platform: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: In file included from error: libgit2/src/libgit2/object_api.c:'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52::5052:: 50note: :expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/odb_pack.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from ^ ~libgit2/src/util/git2_util.h -#19 19.09 -#19 19.09 cargo:warning=:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge_driver.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge_driver.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning=error: ^~~~~~~~~~~~~~~~~~~~~~~'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))):10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/object.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/object.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/merge_driver.c/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=:In file included from libgit2/src/libgit2/object_api.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge_driver.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h __cleanup_fct_attribute;: -#19 19.09 -#19 19.09 cargo:warning=83: -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning=:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__))/usr/include/bits/pthreadtypes-arch.h -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning=52:50: note: ^~~~~~~~~~~~~~~~~~~~~~~expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/offmap.c:libgit2/src/libgit2/object_api.c8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/offmap.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=:8: -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.hIn file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)):52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/offmap.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/offmap.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.hIn file included from libgit2/src/libgit2/object.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/object.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from :libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=52:50 __cleanup_fct_attribute __attribute__ ((__noreturn__)): note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:In file included from libgit2/src/libgit2/offmap.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/offmap.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=50 __cleanup_fct_attribute __attribute__ ((__noreturn__)): note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/libgit2.c:16: -#19 19.09 -#19 19.09 cargo:warning=1In file included from libgit2/src/libgit2/grafts.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge_file.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge_file.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge_file.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/notes.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/notes.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/message.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/buf.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/notes.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/notes.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning=:710 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning=3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/message.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/buf.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;In file included from libgit2/src/libgit2/odb.c:In file included from libgit2/src/libgit2/notes.c:88: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/notes.hlibgit2/src/libgit2/odb.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/common.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/pthread.h::698751::66:: error: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52: __cleanup_fct_attribute __attribute__ ((__noreturn__))50 -#19 19.09 -#19 19.09 cargo:warning=: ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/odb.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/odb.hIn file included from :10libgit2/src/libgit2/message.c: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 8libgit2/src/libgit2/common.h:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/buf.hIn file included from :libgit2/src/util/git2_util.h11:: -#19 19.09 -#19 19.09 cargo:warning=83In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.h/usr/include/pthread.h:10:: -#19 19.09 -#19 19.09 cargo:warning=710In file included from :libgit2/src/util/git2_util.h3::83 : -#19 19.09 -#19 19.09 cargo:warning=error: /usr/include/pthread.h'regparm' is not valid on this platform: -#19 19.09 -#19 19.09 cargo:warning=751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/odb_mempack.c __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=:In file included from libgit2/src/libgit2/odb.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/odb.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:810: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/util/git2_util.h::1083: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/pthread.hlibgit2/src/util/git2_util.h::75183:: -#19 19.09 -#19 19.09 cargo:warning=6:/usr/include/pthread.h :error: 698'regparm' is not valid on this platform: -#19 19.09 -#19 19.09 cargo:warning=6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))52 -#19 19.09 -#19 19.09 cargo:warning=: ^ ~50 -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/odb_mempack.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/odb_mempack.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/mwindow.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/mwindow.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/mwindow.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/mwindow.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from libgit2/src/libgit2/odb_loose.c -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=:In file included from 8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/mwindow.c:8 __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/mwindow.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/odb_loose.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.h __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=:10# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:In file included from libgit2/src/libgit2/odb_loose.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=83: -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/midx.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/midx.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/midx.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/midx.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/midx.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/midx.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oid.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oid.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oid.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oid.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oid.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oid.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge_driver.c:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/object_api.c:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/object.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/object.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/odb_pack.c:14: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/delta.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.h:15: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/odb.c:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/delta.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.h:15: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/merge_file.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/odb_mempack.c:14: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/merge.c:1572:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&cache_size, diff_list->conflicts.length, 3); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/notes.c:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/odb.c:323:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_size, size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidmap.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidmap.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/odb_mempack.c:47:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning=In file included from GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, sizeof(struct memobject), len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/oidmap.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidmap.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3libgit2/src/util/git2_util.h:: 145error: :'regparm' is not valid on this platform29 -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out)In file included from libgit2/src/libgit2/oidmap.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidmap.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/mwindow.c:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.h:15: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oid.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=2 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/odb_loose.c:16: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/delta.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.h:15: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/merge.c:2876:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, their_heads_len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/midx.c:10: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=2 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/odb_loose.c:191:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out_len, i, 1)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/odb_loose.c:258:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&alloc_size, hdr.size, 1) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/odb_loose.c:309:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&alloc_size, hdr.size, 1) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/odb_loose.c:512:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, dir_len, backend->oid_hexsize); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/odb_loose.c:513:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 3); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/odb_loose.c:560:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, dir_len, backend->oid_hexsize); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/odb_loose.c:561:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 2); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/odb_loose.c:1177:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(loose_backend), objects_dirlen); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/odb_loose.c:1178:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 2); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=10 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/iterator.o" "-c" "libgit2/src/libgit2/iterator.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/libgit2.o" "-c" "libgit2/src/libgit2/libgit2.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/mailmap.o" "-c" "libgit2/src/libgit2/mailmap.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/merge.o" "-c" "libgit2/src/libgit2/merge.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/merge_driver.o" "-c" "libgit2/src/libgit2/merge_driver.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/merge_file.o" "-c" "libgit2/src/libgit2/merge_file.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/pack-objects.o" "-c" "libgit2/src/libgit2/pack-objects.c" -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/message.o" "-c" "libgit2/src/libgit2/message.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/midx.o" "-c" "libgit2/src/libgit2/midx.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/mwindow.o" "-c" "libgit2/src/libgit2/mwindow.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/notes.o" "-c" "libgit2/src/libgit2/notes.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/object.o" "-c" "libgit2/src/libgit2/object.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/object_api.o" "-c" "libgit2/src/libgit2/object_api.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/odb.o" "-c" "libgit2/src/libgit2/odb.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/odb_loose.o" "-c" "libgit2/src/libgit2/odb_loose.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/odb_mempack.o" "-c" "libgit2/src/libgit2/odb_mempack.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/odb_pack.o" "-c" "libgit2/src/libgit2/odb_pack.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/offmap.o" "-c" "libgit2/src/libgit2/offmap.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/oid.o" "-c" "libgit2/src/libgit2/oid.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/oidarray.o" "-c" "libgit2/src/libgit2/oidarray.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/pack.o" "-c" "libgit2/src/libgit2/pack.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/parse.o" "-c" "libgit2/src/libgit2/parse.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/patch.o" "-c" "libgit2/src/libgit2/patch.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/patch_generate.o" "-c" "libgit2/src/libgit2/patch_generate.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/patch_parse.o" "-c" "libgit2/src/libgit2/patch_parse.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/path.o" "-c" "libgit2/src/libgit2/path.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/pathspec.o" "-c" "libgit2/src/libgit2/pathspec.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/proxy.o" "-c" "libgit2/src/libgit2/proxy.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/push.o" "-c" "libgit2/src/libgit2/push.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/reader.o" "-c" "libgit2/src/libgit2/reader.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/rebase.o" "-c" "libgit2/src/libgit2/rebase.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/refdb.o" "-c" "libgit2/src/libgit2/refdb.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/refdb_fs.o" "-c" "libgit2/src/libgit2/refdb_fs.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/reflog.o" "-c" "libgit2/src/libgit2/reflog.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/refs.o" "-c" "libgit2/src/libgit2/refs.c" -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/refspec.o" "-c" "libgit2/src/libgit2/refspec.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/remote.o" "-c" "libgit2/src/libgit2/remote.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/repository.o" "-c" "libgit2/src/libgit2/repository.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/reset.o" "-c" "libgit2/src/libgit2/reset.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/revert.o" "-c" "libgit2/src/libgit2/revert.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/revparse.o" "-c" "libgit2/src/libgit2/revparse.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/revwalk.o" "-c" "libgit2/src/libgit2/revwalk.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/proxy.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/proxy.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/proxy.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/proxy.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from libgit2/src/libgit2/pack-objects.c: -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack-objects.h:In file included from 11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/proxy.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/proxy.h __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h::52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=10: -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack-objects.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack-objects.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3In file included from : error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=52:50# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack-objects.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack-objects.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:In file included from libgit2/src/libgit2/patch_generate.c50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch_generate.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch_generate.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch_generate.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch_generate.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch_generate.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/signature.o" "-c" "libgit2/src/libgit2/signature.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refdb_fs.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refs.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refdb_fs.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refs.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/push.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/push.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refdb_fs.c:8 __cleanup_fct_attribute;: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/libgit2/refs.h -#19 19.09 -#19 19.09 cargo:warning=:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h/usr/include/bits/pthreadtypes-arch.h::8352: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/pthread.h50::751 :note: 6expanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning= error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/push.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/push.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/push.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/push.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pathspec.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pathspec.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/parse.c:In file included from libgit2/src/libgit2/pathspec.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from 7libgit2/src/libgit2/pathspec.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/parse.hIn file included from :libgit2/src/libgit2/common.h10:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.hIn file included from :libgit2/src/util/git2_util.h10:83: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/pthread.h:libgit2/src/util/git2_util.h710::833: -#19 19.09 -#19 19.09 cargo:warning=: /usr/include/pthread.herror: :'regparm' is not valid on this platform698 -#19 19.09 -#19 19.09 cargo:warning=:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.hlibgit2/src/libgit2/patch_parse.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch_parse.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10 __cleanup_fct_attribute;: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning=83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: /usr/include/bits/pthreadtypes-arch.herror: :'regparm' is not valid on this platform52 -#19 19.09 -#19 19.09 cargo:warning=:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=: __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50:In file included from libgit2/src/libgit2/parse.cnote: :expanded from macro '__cleanup_fct_attribute'7 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/parse.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))52:50: __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning=note: ^~~~~~~~~~~~~~~~~~~~~~~expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/pathspec.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pathspec.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: libgit2/src/libgit2/parse.cexpanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning=7: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/parse.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/patch_parse.c __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=:8# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch_parse.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:In file included from 52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/path.c:In file included from 8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/path.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/patch_parse.c:8: -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch_parse.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.hIn file included from :10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/path.c __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=:8# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/path.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/path.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/path.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/src/libgit2/patch.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/rebase.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/rebase.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/rebase.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reader.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reader.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reader.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reader.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reader.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reader.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reflog.c:In file included from libgit2/src/libgit2/refspec.c:8: -#19 19.09 -#19 19.09 cargo:warning=8In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/reflog.hIn file included from :libgit2/src/libgit2/refspec.h10:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.hIn file included from :libgit2/src/libgit2/common.h10:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.hIn file included from :libgit2/src/util/git2_util.h83:: -#19 19.09 -#19 19.09 cargo:warning=83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/pthread.h::698698::66:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/refspec.c:8In file included from libgit2/src/libgit2/reflog.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reflog.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/refspec.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/reflog.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reflog.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.h: __cleanup_fct_attribute __attribute__ ((__noreturn__))10: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/util/git2_util.h -#19 19.09 -#19 19.09 cargo:warning=:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:/usr/include/bits/pthreadtypes-arch.h710::523::50 :error: 'regparm' is not valid on this platformnote: -#19 19.09 -#19 19.09 cargo:warning=expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refspec.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refspec.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/src/libgit2/refs.c:8 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning= ^ ~In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/refs.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refs.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refs.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refs.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refs.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/remote.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/remote.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/remote.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/remote.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/remote.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/remote.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reset.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reset.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reset.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refdb.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refdb.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refdb.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refdb.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refdb.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refdb.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revert.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revert.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revert.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.h:15: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning=3 error (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.hs generated. -#19 19.09 -#19 19.09 cargo:warning=:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch_generate.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch_generate.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack-objects.c:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/delta.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.h:15: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refdb_fs.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revwalk.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revwalk.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revwalk.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revwalk.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revwalk.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revwalk.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revparse.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revparse.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: In file included from libgit2/src/libgit2/push.c:12note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pack.h:15: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revparse.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platformlibgit2/src/util/integer.h -#19 19.09 -#19 19.09 cargo:warning=:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/refs.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reflog.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch_parse.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch_parse.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch.h:13: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:In file included from 141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0)libgit2/src/libgit2/patch.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/patch.h:13: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~ if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning=:60 (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0):40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pathspec.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/pathspec.h:16: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/pack.c:757:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, obj->len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/rebase.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/pack.c:900:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&buffer_len, size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/pack-objects.c:221:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&newsize, pb->nr_alloc, 1024); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/pack-objects.c:222:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&newsize, newsize / 2, 3); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/pack.c:1190:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, sizeof(*p), path_len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/pack.c:1191:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 2); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: In file included from expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/path.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/pack-objects.clibgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning=:736 (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=:30libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning=: __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (git__add_sizet_overflow(&new_size, pb->delta_cache_size, delta_size)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/refs.c __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=:40:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (!GIT_ADD_SIZET_OVERFLOW(&reflen, sizeof(git_reference), namelen) && -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/remote.c:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3))libgit2/src/libgit2/refs.c:41:27 -#19 19.09 -#19 19.09 cargo:warning=: ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: !GIT_ADD_SIZET_OVERFLOW(&reflen, reflen, 1) && note: -#19 19.09 -#19 19.09 cargo:warning=expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' ^~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/pack-objects.c:871:4: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/refs.c &pb->delta_cache_size, pb->delta_cache_size, delta_size); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out):113: -#19 19.09 -#19 19.09 cargo:warning=30 ^~~: -#19 19.09 -#19 19.09 cargo:warning= warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (!GIT_ADD_SIZET_OVERFLOW(&reflen, sizeof(git_reference), namelen) && -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/refs.c:114:27: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= !GIT_ADD_SIZET_OVERFLOW(&reflen, reflen, 1) && -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/patch_generate.c:521:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, sizeof(*pd), old_len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/patch_generate.c:522:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, new_len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/patch_generate.c:523:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 2); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=5 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/reader.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/blob.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=4 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=5 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=5 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/reset.clibgit2/src/libgit2/refdb.c::108: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/commit.hlibgit2/src/libgit2/refdb.h::1313: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/tree.hlibgit2/src/libgit2/repository.h::1319: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.hlibgit2/src/util/array.h::1957: -#19 19.09 -#19 19.09 cargo:warning=:35libgit2/src/util/array.h::57: 35:warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]warning: -#19 19.09 -#19 19.09 cargo:warning=incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141libgit2/src/util/git2_util.h::32141:: 32note: :expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning=note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revert.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/signature.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/signature.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/signature.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/signature.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/signature.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/signature.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revwalk.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/commit.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/revparse.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/oidmap.o" "-c" "libgit2/src/libgit2/oidmap.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/stash.o" "-c" "libgit2/src/libgit2/stash.c" -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/pack-objects.o" "-c" "libgit2/src/libgit2/pack-objects.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/pack.o" "-c" "libgit2/src/libgit2/pack.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/parse.o" "-c" "libgit2/src/libgit2/parse.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/patch.o" "-c" "libgit2/src/libgit2/patch.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/patch_generate.o" "-c" "libgit2/src/libgit2/patch_generate.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/patch_parse.o" "-c" "libgit2/src/libgit2/patch_parse.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/path.o" "-c" "libgit2/src/libgit2/path.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/pathspec.o" "-c" "libgit2/src/libgit2/pathspec.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/proxy.o" "-c" "libgit2/src/libgit2/proxy.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/push.o" "-c" "libgit2/src/libgit2/push.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/reader.o" "-c" "libgit2/src/libgit2/reader.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/refdb.o" "-c" "libgit2/src/libgit2/refdb.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/refdb_fs.o" "-c" "libgit2/src/libgit2/refdb_fs.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/reflog.o" "-c" "libgit2/src/libgit2/reflog.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/refs.o" "-c" "libgit2/src/libgit2/refs.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/status.o" "-c" "libgit2/src/libgit2/status.c" -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/refspec.o" "-c" "libgit2/src/libgit2/refspec.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/repository.o" "-c" "libgit2/src/libgit2/repository.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/reset.o" "-c" "libgit2/src/libgit2/reset.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/revert.o" "-c" "libgit2/src/libgit2/revert.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/revwalk.o" "-c" "libgit2/src/libgit2/revwalk.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/strarray.o" "-c" "libgit2/src/libgit2/strarray.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/submodule.o" "-c" "libgit2/src/libgit2/submodule.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/sysdir.o" "-c" "libgit2/src/libgit2/sysdir.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/tag.o" "-c" "libgit2/src/libgit2/tag.c" -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/signature.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/signature.h:14: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/threadstate.o" "-c" "libgit2/src/libgit2/threadstate.c" -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/sysdir.c:libgit2/src/libgit2/tag.c:8: -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/sysdir.hlibgit2/src/libgit2/tag.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/common.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/pthread.h::698698::66:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::52:5250::50 :note: expanded from macro '__cleanup_fct_attribute'note: -#19 19.09 -#19 19.09 cargo:warning=expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/sysdir.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/sysdir.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/tag.clibgit2/src/libgit2/common.h::810: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/tag.hlibgit2/src/util/git2_util.h::1083: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/pthread.hlibgit2/src/libgit2/common.h::71010:: -#19 19.09 -#19 19.09 cargo:warning=3In file included from :libgit2/src/util/git2_util.h :error: 83'regparm' is not valid on this platform: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;/usr/include/bits/pthreadtypes-arch.h -#19 19.09 -#19 19.09 cargo:warning=: ^~~~~~~~~~~~~~~~~~~~~~~52 -#19 19.09 -#19 19.09 cargo:warning=:50: note: expanded from macro '__cleanup_fct_attribute'/usr/include/bits/pthreadtypes-arch.h -#19 19.09 -#19 19.09 cargo:warning=:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/tag.clibgit2/src/libgit2/sysdir.c::88: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/tag.hlibgit2/src/libgit2/sysdir.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/libgit2/common.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/pthread.h::751751::66:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/stash.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;In file included from libgit2/src/libgit2/strarray.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/util.h:14: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/str.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=52:50In file included from libgit2/src/libgit2/strarray.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/util.h:14: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/str.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/stash.c:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.hIn file included from libgit2/src/libgit2/strarray.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/util.h:14: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/str.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=:10 __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/stash.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/status.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/status.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: In file included from 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/submodule.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/submodule.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/status.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/status.h:In file included from 10libgit2/src/libgit2/submodule.c: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 8libgit2/src/libgit2/common.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/libgit2/submodule.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/util/git2_util.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 83libgit2/src/libgit2/common.h: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h::10710: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 3libgit2/src/util/git2_util.h:: 83error: : -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning=:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~/usr/include/bits/pthreadtypes-arch.h -#19 19.09 -#19 19.09 cargo:warning=:52:50:/usr/include/bits/pthreadtypes-arch.h :note: 52expanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning=50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/status.cIn file included from :libgit2/src/libgit2/submodule.c8: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 8libgit2/src/libgit2/status.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/libgit2/submodule.h:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.hIn file included from :libgit2/src/libgit2/common.h10:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.hIn file included from :83libgit2/src/util/git2_util.h: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/pthread.h83:: -#19 19.09 -#19 19.09 cargo:warning=751/usr/include/pthread.h::6751:: 6error: :'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:/usr/include/bits/pthreadtypes-arch.h52::5250::50 :note: expanded from macro '__cleanup_fct_attribute'note: -#19 19.09 -#19 19.09 cargo:warning=expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tag.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tag.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/trace.o" "-c" "libgit2/src/libgit2/trace.c" -#19 19.09 cargo:warning=libgit2/src/libgit2/tag.c:125:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, text_len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/tag.c:157:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, text_len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/trailer.o" "-c" "libgit2/src/libgit2/trailer.c" -#19 19.09 cargo:warning=3 warnings and 3 errors generated. -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transaction.o" "-c" "libgit2/src/libgit2/transaction.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/stash.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transport.o" "-c" "libgit2/src/libgit2/transport.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/tree-cache.o" "-c" "libgit2/src/libgit2/tree-cache.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/threadstate.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/threadstate.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/threadstate.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/threadstate.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/threadstate.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/threadstate.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/status.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/status.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/diff.h:18: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/iterator.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/ignore.h:12: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/tree.o" "-c" "libgit2/src/libgit2/tree.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/worktree.o" "-c" "libgit2/src/libgit2/worktree.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/alloc.o" "-c" "libgit2/src/util/alloc.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/submodule.c:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/config.h:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/date.o" "-c" "libgit2/src/util/date.c" -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/filebuf.o" "-c" "libgit2/src/util/filebuf.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/fs_path.o" "-c" "libgit2/src/util/fs_path.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transaction.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transaction.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transaction.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transaction.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transaction.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transaction.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/trace.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/trace.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/trace.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/trace.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/trace.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/trace.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/futils.o" "-c" "libgit2/src/util/futils.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/trailer.c:7: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/array.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/trailer.c:7: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/array.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash.o" "-c" "libgit2/src/util/hash.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/trailer.c:7: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/array.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/net.o" "-c" "libgit2/src/util/net.c" -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transport.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree-cache.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree-cache.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~In file included from libgit2/src/libgit2/tree-cache.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree-cache.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree-cache.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree-cache.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transport.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710 __cleanup_fct_attribute __attribute__ ((__noreturn__)): -#19 19.09 -#19 19.09 cargo:warning=3 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning= error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transport.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/trailer.c:7: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transaction.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1In file included from libgit2/src/libgit2/worktree.c:8 warning: -#19 19.09 -#19 19.09 cargo:warning= and In file included from 3libgit2/src/libgit2/worktree.h error:s10 generated: -#19 19.09 -#19 19.09 cargo:warning=. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/worktree.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/worktree.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/worktree.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/worktree.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/rebase.o" "-c" "libgit2/src/libgit2/rebase.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/pool.o" "-c" "libgit2/src/util/pool.c" -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/remote.o" "-c" "libgit2/src/libgit2/remote.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/revparse.o" "-c" "libgit2/src/libgit2/revparse.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/signature.o" "-c" "libgit2/src/libgit2/signature.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/stash.o" "-c" "libgit2/src/libgit2/stash.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/status.o" "-c" "libgit2/src/libgit2/status.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/strarray.o" "-c" "libgit2/src/libgit2/strarray.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/sysdir.o" "-c" "libgit2/src/libgit2/sysdir.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/tag.o" "-c" "libgit2/src/libgit2/tag.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/posix.o" "-c" "libgit2/src/util/posix.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/pqueue.o" "-c" "libgit2/src/util/pqueue.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/rand.o" "-c" "libgit2/src/util/rand.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/regexp.o" "-c" "libgit2/src/util/regexp.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/runtime.o" "-c" "libgit2/src/util/runtime.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/sortedcache.o" "-c" "libgit2/src/util/sortedcache.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/str.o" "-c" "libgit2/src/util/str.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/strmap.o" "-c" "libgit2/src/util/strmap.c" -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree-cache.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/alloc.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/alloc.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/alloc.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/alloc.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/alloc.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/alloc.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/tree-cache.c:129:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&bufsize, tree->children_count, sizeof(git_tree_cache*)); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/tree-cache.c:196:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&alloc_size, ntrees, sizeof(git_tree_cache *)); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/tree-cache.c:253:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD3(&alloc_size, sizeof(git_tree_cache), name_len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:148:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD3' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two) || \ -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/tree-cache.c:253:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD3(&alloc_size, sizeof(git_tree_cache), name_len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:149:26: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD3' -#19 19.09 -#19 19.09 cargo:warning= GIT_ADD_SIZET_OVERFLOW(out, *(out), three)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/tree-cache.c:273:64: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'ssize_t' (aka 'int') [-Wformat] -#19 19.09 -#19 19.09 cargo:warning= git_str_printf(out, "%s%c%"PRIdZ" %"PRIuZ"\n", tree->name, 0, tree->entry_count, tree->children_count); -#19 19.09 -#19 19.09 cargo:warning= ~~~~~~~ ^~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=6 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/filebuf.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/filebuf.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/futils.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/futils.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning=698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/filebuf.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/filebuf.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:In file included from 50libgit2/src/util/futils.c:8:: -#19 19.09 -#19 19.09 cargo:warning= In file included from note: libgit2/src/util/futils.hexpanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning=10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/filebuf.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/filebuf.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/futils.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/futils.h: __cleanup_fct_attribute __attribute__ ((__noreturn__))10 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/bits/pthreadtypes-arch.h::75152::650:: error: note: 'regparm' is not valid on this platformexpanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/fs_path.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/fs_path.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/fs_path.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/fs_path.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/fs_path.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/fs_path.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/date.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/date.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/date.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/worktree.c:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/alloc.c:27:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&newsize, nelem, elsize)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/alloc.c:40:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&newsize, nelem, elsize)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=2 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/tree.h:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/thread.o" "-c" "libgit2/src/util/thread.c" -#19 19.09 cargo:warning=libgit2/src/libgit2/tree.c:96:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&tree_len, sizeof(git_tree_entry), filename_len) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/tree.c:97:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ADD_SIZET_OVERFLOW(&tree_len, tree_len, 1) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/tree.c:98:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ADD_SIZET_OVERFLOW(&tree_len, tree_len, oid_size)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=4 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/net.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/net.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/net.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/net.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/net.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/net.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/rand.c:9: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/rand.c:9: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/rand.c:9: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83libgit2/src/util/regexp.c: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/pthread.h:751:6:8 : -#19 19.09 -#19 19.09 cargo:warning=error: In file included from 'regparm' is not valid on this platformlibgit2/src/util/regexp.h -#19 19.09 -#19 19.09 cargo:warning=:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/strmap.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/strmap.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/str.c:8 __cleanup_fct_attribute;: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from ^~~~~~~~~~~~~~~~~~~~~~~libgit2/src/util/str.h -#19 19.09 -#19 19.09 cargo:warning=:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:/usr/include/pthread.h52::69850::6 :note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/strmap.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/strmap.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning=710 ^ ~: -#19 19.09 -#19 19.09 cargo:warning=3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/str.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/str.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning=3 ^ ~: -#19 19.09 -#19 19.09 cargo:warning= error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/strmap.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/strmap.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning=751 ^ ~: -#19 19.09 -#19 19.09 cargo:warning=6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/str.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/str.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))751 -#19 19.09 -#19 19.09 cargo:warning=: ^ ~6 -#19 19.09 -#19 19.09 cargo:warning=: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/runtime.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/runtime.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/runtime.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/sortedcache.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/sortedcache.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/sortedcache.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/sortedcache.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/sortedcache.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/sortedcache.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/futils.c:160:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/futils.c:194:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, blocksize); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/pqueue.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/pqueue.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/pqueue.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/pqueue.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/pqueue.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/pqueue.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/pool.c:libgit2/src/util/posix.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from 8libgit2/src/util/pool.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/util/posix.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 10libgit2/src/util/git2_util.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 83libgit2/src/util/git2_util.h: -#19 19.09 -#19 19.09 cargo:warning=:83/usr/include/pthread.h: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/pthread.h698::6986::6 :error: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/pool.clibgit2/src/util/posix.c::88: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/pool.hlibgit2/src/util/posix.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/pthread.h::710710::33:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:/usr/include/bits/pthreadtypes-arch.h52::5250::50 :note: expanded from macro '__cleanup_fct_attribute'note: -#19 19.09 -#19 19.09 cargo:warning=expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/posix.clibgit2/src/util/pool.c::88: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/posix.hlibgit2/src/util/pool.h::1010: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/pthread.h::751751::66:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:/usr/include/bits/pthreadtypes-arch.h52::5250::50 :note: expanded from macro '__cleanup_fct_attribute'note: -#19 19.09 -#19 19.09 cargo:warning=expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/fs_path.c:732:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&alloc_size, dir_size, sub_size) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/fs_path.c:733:26: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ADD_SIZET_OVERFLOW(&alloc_size, alloc_size, 2) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/filebuf.c (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=:367:29libgit2/src/util/integer.h:: 58warning: :40incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]: -#19 19.09 -#19 19.09 cargo:warning= note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, path_len, GIT_FILELOCK_EXTLENGTH); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/futils.c:695:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_size, make_path.size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/filebuf.c:556:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&alloclen, len, 1) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/fs_path.c:946:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&newlen, depth, 3); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/fs_path.c:947:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&newlen, newlen, plen); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/fs_path.c:949:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, newlen, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=2 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/futils.c:961:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_size, link_size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=4 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=5 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:117:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&newsize, buffer->size, additional_size)) { -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:156:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:177:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, buf->size, 2); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:187:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, buf->size, len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:188:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:203:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, buf->size, len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:204:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:227:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&new_size, len, 2); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:228:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:256:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&blocks, blocks, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:257:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&alloclen, blocks, 4); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generatedlibgit2/src/util/str.c. -#19 19.09 -#19 19.09 cargo:warning=:258:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, buf->size); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:323:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, (len / 4 * 3), buf->size); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:324:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:355:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&alloclen, blocks, 5); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:356:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, buf->size); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:357:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:424:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, output_len, buf->size); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:425:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:481:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, buf->size, str_len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:482:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:507:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&expected_size, strlen(format), 2); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:508:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&expected_size, expected_size, buf->size); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:534:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, buf->size, len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:535:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, new_size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/thread.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/thread.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/thread.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:695:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&total_size, total_size, segment_len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:698:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&total_size, total_size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:706:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&total_size, total_size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:787:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, strlen_a, strlen_b); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:788:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, need_sep); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:789:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:839:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&len_total, len_a, sep_a); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:840:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&len_total, len_total, len_b); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:841:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&len_total, len_total, sep_b); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:842:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&len_total, len_total, len_c); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:843:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&len_total, len_total, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:908:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, (buf->size - nb_to_remove), nb_to_insert); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:909:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_size, new_size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:1087:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, total, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:1133:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_size, src->size, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/sortedcache.c:23:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_sortedcache), pathlen); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:1180:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.hlibgit2/src/util/pool.c:137::67 GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, src->size, src->size >> 4);27: -#19 19.09 -#19 19.09 cargo:warning=:29 ^~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning=note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW'warning: -#19 19.09 -#19 19.09 cargo:warning=incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]libgit2/src/util/git2_util.h: -#19 19.09 -#19 19.09 cargo:warning=145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0): -#19 19.09 -#19 19.09 cargo:warning=137 ^~~: -#19 19.09 -#19 19.09 cargo:warning=27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&alloc_size, new_page_size, sizeof(git_pool_page)) ||libgit2/src/util/integer.h -#19 19.09 -#19 19.09 cargo:warning=: ^~~~~~~~~~~58 (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=: ^~~40 -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:libgit2/src/util/git2_util.h40::137 note: :expanded from macro 'git__add_sizet_overflow'27 -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:1181:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/sortedcache.c:24:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/str.c:1193:29: libgit2/src/util/integer.hwarning: :incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]58 -#19 19.09 -#19 19.09 cargo:warning=:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, copylen, 3); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h: __builtin_uadd_overflow(one, two, out)145 -#19 19.09 -#19 19.09 cargo:warning=: ^~~29 -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=43 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/pool.c:248:29: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(&total, len_a, len_b) || -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/pool.c:249:26: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ADD_SIZET_OVERFLOW(&total, total, 1)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=2 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/submodule.o" "-c" "libgit2/src/libgit2/submodule.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/tsort.o" "-c" "libgit2/src/util/tsort.c" -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/threadstate.o" "-c" "libgit2/src/libgit2/threadstate.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/trace.o" "-c" "libgit2/src/libgit2/trace.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/trailer.o" "-c" "libgit2/src/libgit2/trailer.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transaction.o" "-c" "libgit2/src/libgit2/transaction.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transport.o" "-c" "libgit2/src/libgit2/transport.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/tree-cache.o" "-c" "libgit2/src/libgit2/tree-cache.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/tree.o" "-c" "libgit2/src/libgit2/tree.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/worktree.o" "-c" "libgit2/src/libgit2/worktree.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/alloc.o" "-c" "libgit2/src/util/alloc.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/date.o" "-c" "libgit2/src/util/date.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/filebuf.o" "-c" "libgit2/src/util/filebuf.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/fs_path.o" "-c" "libgit2/src/util/fs_path.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/futils.o" "-c" "libgit2/src/util/futils.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash.o" "-c" "libgit2/src/util/hash.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/net.o" "-c" "libgit2/src/util/net.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/pool.o" "-c" "libgit2/src/util/pool.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/posix.o" "-c" "libgit2/src/util/posix.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/pqueue.o" "-c" "libgit2/src/util/pqueue.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/rand.o" "-c" "libgit2/src/util/rand.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/regexp.o" "-c" "libgit2/src/util/regexp.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/runtime.o" "-c" "libgit2/src/util/runtime.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/utf8.o" "-c" "libgit2/src/util/utf8.c" -#19 19.09 Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/sortedcache.o" "-c" "libgit2/src/util/sortedcache.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/str.o" "-c" "libgit2/src/util/str.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/strmap.o" "-c" "libgit2/src/util/strmap.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/thread.o" "-c" "libgit2/src/util/thread.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/util.o" "-c" "libgit2/src/util/util.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/varint.o" "-c" "libgit2/src/util/varint.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/vector.o" "-c" "libgit2/src/util/vector.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/wildmatch.o" "-c" "libgit2/src/util/wildmatch.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/zstream.o" "-c" "libgit2/src/util/zstream.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/auth.o" "-c" "libgit2/src/libgit2/transports/auth.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/auth_gssapi.o" "-c" "libgit2/src/libgit2/transports/auth_gssapi.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/auth_ntlmclient.o" "-c" "libgit2/src/libgit2/transports/auth_ntlmclient.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/auth_sspi.o" "-c" "libgit2/src/libgit2/transports/auth_sspi.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/credential.o" "-c" "libgit2/src/libgit2/transports/credential.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/credential_helpers.o" "-c" "libgit2/src/libgit2/transports/credential_helpers.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/git.o" "-c" "libgit2/src/libgit2/transports/git.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/http.o" "-c" "libgit2/src/libgit2/transports/http.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/httpclient.o" "-c" "libgit2/src/libgit2/transports/httpclient.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/local.o" "-c" "libgit2/src/libgit2/transports/local.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/smart.o" "-c" "libgit2/src/libgit2/transports/smart.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/smart_pkt.o" "-c" "libgit2/src/libgit2/transports/smart_pkt.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/smart_protocol.o" "-c" "libgit2/src/libgit2/transports/smart_protocol.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/ssh.o" "-c" "libgit2/src/libgit2/transports/ssh.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/winhttp.o" "-c" "libgit2/src/libgit2/transports/winhttp.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/mbedtls.o" "-c" "libgit2/src/libgit2/streams/mbedtls.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/openssl.o" "-c" "libgit2/src/libgit2/streams/openssl.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/openssl_dynamic.o" "-c" "libgit2/src/libgit2/streams/openssl_dynamic.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/openssl_legacy.o" "-c" "libgit2/src/libgit2/streams/openssl_legacy.c" -#19 19.09 cargo:warning=In file included from libgit2/src/util/tsort.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;In file included from -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/utf8.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/utf8.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/tsort.c:8: -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.hIn file included from libgit2/src/util/utf8.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/utf8.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=: __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=710:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=3: error: In file included from 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;libgit2/src/util/utf8.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/utf8.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:In file included from libgit2/src/util/tsort.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=50: __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= note: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/vector.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/vector.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/vector.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/vector.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/vector.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/vector.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/ssh.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/ssh.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/ssh.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/ssh.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/ssh.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/ssh.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/openssl_legacy.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/openssl_legacy.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/openssl_legacy.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart_protocol.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/mbedtls.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/mbedtls.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.hIn file included from :83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.hlibgit2/src/libgit2/streams/openssl.c::698:6: error: 8'regparm' is not valid on this platform: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: In file included from note: In file included from expanded from macro '__cleanup_fct_attribute'libgit2/src/libgit2/streams/mbedtls.cIn file included from libgit2/src/libgit2/transports/auth_sspi.c -#19 19.09 -#19 19.09 cargo:warning=:libgit2/src/libgit2/streams/openssl.c:8:: -#19 19.09 -#19 19.09 cargo:warning=8In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/streams/mbedtls.hIn file included from :libgit2/src/libgit2/streams/openssl.h10:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from 8: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.hIn file included from :In file included from libgit2/src/libgit2/transports/auth_ntlm.h10:: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.h11In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h::In file included from 83libgit2/src/libgit2/transports/auth.h10:: -#19 19.09 -#19 19.09 cargo:warning=11In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/pthread.hIn file included from 83:: -#19 19.09 -#19 19.09 cargo:warning=710libgit2/src/libgit2/common.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h ^ ~::10 -#19 19.09 -#19 19.09 cargo:warning=7103: -#19 19.09 -#19 19.09 cargo:warning=:In file included from :libgit2/src/util/git2_util.h3:: 83error: : -#19 19.09 -#19 19.09 cargo:warning=error: /usr/include/pthread.h'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/varint.c ^ ~ ^ ~: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/varint.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:/usr/include/bits/pthreadtypes-arch.h83:: -#19 19.09 -#19 19.09 cargo:warning=52:/usr/include/pthread.h50::698 :note: 6expanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning= error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/streams/openssl.clibgit2/src/libgit2/streams/mbedtls.c::88: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/streams/openssl.hlibgit2/src/libgit2/streams/mbedtls.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning=10 ^ ~: -#19 19.09 -#19 19.09 cargo:warning=10 -#19 19.09 -#19 19.09 cargo:warning=In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.hIn file included from :libgit2/src/libgit2/common.h10:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.hIn file included from :libgit2/src/util/git2_util.h83:: -#19 19.09 -#19 19.09 cargo:warning=83/usr/include/pthread.h: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/pthread.h751::7516::6 :error: 'regparm' is not valid on this platformerror: -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: __cleanup_fct_attribute __attribute__ ((__noreturn__)) __cleanup_fct_attribute __attribute__ ((__noreturn__))note: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=expanded from macro '__cleanup_fct_attribute' ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::5252::5050:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_sspi.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_ntlm.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.h:libgit2/src/util/wildmatch.c10# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from ^ ~libgit2/src/util/git2_util.h -#19 19.09 -#19 19.09 cargo:warning=:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))):# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning=83 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning= ^ ~ ^ ~/usr/include/pthread.h19 -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=:: -#19 19.09 -#19 19.09 cargo:warning=710In file included from :libgit2/src/util/wildmatch.h3::11 : -#19 19.09 -#19 19.09 cargo:warning=error: In file included from 'regparm' is not valid on this platformlibgit2/src/util/git2_util.h -#19 19.09 -#19 19.09 cargo:warning=:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_protocol.cIn file included from :8: -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.h ^ ~: -#19 19.09 -#19 19.09 cargo:warning=10: -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning=83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: /usr/include/bits/pthreadtypes-arch.herror: :'regparm' is not valid on this platform52 -#19 19.09 -#19 19.09 cargo:warning=:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/src/util/varint.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/varint.h:In file included from 10: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/auth_sspi.cIn file included from :libgit2/src/util/git2_util.h8:: -#19 19.09 -#19 19.09 cargo:warning=83In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/auth_ntlm.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning=11:: -#19 19.09 -#19 19.09 cargo:warning= ^ ~In file included from 710libgit2/src/libgit2/transports/auth.h::3 -#19 19.09 -#19 19.09 cargo:warning=:11 : -#19 19.09 -#19 19.09 cargo:warning=error: In file included from 'regparm' is not valid on this platformlibgit2/src/libgit2/common.h -#19 19.09 -#19 19.09 cargo:warning=:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart_protocol.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/src/libgit2/common.h -#19 19.09 -#19 19.09 cargo:warning=: ^ ~10 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~In file included from In file included from libgit2/src/util/varint.c:8libgit2/src/libgit2/transports/auth.c: -#19 19.09 -#19 19.09 cargo:warning=:In file included from libgit2/src/util/varint.h:108: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/transports/auth.hlibgit2/src/util/git2_util.h::1183: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/pthread.hlibgit2/src/libgit2/common.h::75110:: -#19 19.09 -#19 19.09 cargo:warning=6In file included from :libgit2/src/util/git2_util.h :error: 83'regparm' is not valid on this platform: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/wildmatch.c:19: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/wildmatch.h __cleanup_fct_attribute __attribute__ ((__noreturn__)): -#19 19.09 -#19 19.09 cargo:warning=11 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/bits/pthreadtypes-arch.h::71052::3:50 :error: note: 'regparm' is not valid on this platformexpanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52 __cleanup_fct_attribute;: -#19 19.09 -#19 19.09 cargo:warning=50 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning= note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))52 -#19 19.09 -#19 19.09 cargo:warning=: ^ ~50 -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=:52:50In file included from : note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/wildmatch.c:19: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/wildmatch.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))83 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning= ^ ~/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning=:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__))libgit2/src/libgit2/transports/auth.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/zstream.c/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/zstream.hIn file included from :10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/auth.c:8: -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth.h# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/zstream.c __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/zstream.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/zstream.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/zstream.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart_pkt.c ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/bits/pthreadtypes-arch.h:852:50: -#19 19.09 -#19 19.09 cargo:warning=:In file included from libgit2/src/libgit2/common.hnote: :expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart_pkt.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart_pkt.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/util.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/util.h:14: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/str.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/util.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/util.h:14: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/str.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/util.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/util.h:14: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/str.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/transports/credential_helpers.clibgit2/src/libgit2/transports/credential.c::8: -#19 19.09 -#19 19.09 cargo:warning=8In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.hIn file included from :libgit2/src/libgit2/common.h10:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.hIn file included from :libgit2/src/util/git2_util.h83:: -#19 19.09 -#19 19.09 cargo:warning=83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/pthread.h::698698::66:: error: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/streams/openssl_dynamic.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h::In file included from 5252libgit2/src/libgit2/common.h::50::50 10note: :: -#19 19.09 -#19 19.09 cargo:warning= expanded from macro '__cleanup_fct_attribute'In file included from note: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.hexpanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning=83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/transports/credential_helpers.c:libgit2/src/libgit2/transports/credential.c8:: -#19 19.09 -#19 19.09 cargo:warning=8In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.hIn file included from :libgit2/src/libgit2/common.h10:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.hIn file included from :libgit2/src/util/git2_util.h83:: -#19 19.09 -#19 19.09 cargo:warning=83/usr/include/pthread.h: -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning=::710710 ^ ~:: -#19 19.09 -#19 19.09 cargo:warning=33:: error: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/openssl_dynamic.c:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))8 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning= ^ ~In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/credential.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning=: ^ ~751 -#19 19.09 -#19 19.09 cargo:warning=:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/openssl_dynamic.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/openssl.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h ^ ~: -#19 19.09 -#19 19.09 cargo:warning=751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=:52# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from libgit2/src/libgit2/transports/local.c:8 -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/pthread.hlibgit2/src/libgit2/transports/smart.c::698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platformlibgit2/src/libgit2/transports/credential_helpers.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: __cleanup_fct_attribute;'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/httpclient.c/usr/include/bits/pthreadtypes-arch.h::52:50: note: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))8expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698In file included from :6: error: libgit2/src/libgit2/transports/http.c'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/local.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h __cleanup_fct_attribute;: -#19 19.09 -#19 19.09 cargo:warning=52 __cleanup_fct_attribute; ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=50 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning= note: /usr/include/bits/pthreadtypes-arch.hexpanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning=52:50: /usr/include/bits/pthreadtypes-arch.hnote: :expanded from macro '__cleanup_fct_attribute'52 -#19 19.09 -#19 19.09 cargo:warning=:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from -#19 19.09 -#19 19.09 cargo:warning= ^ ~libgit2/src/libgit2/transports/winhttp.c -#19 19.09 -#19 19.09 cargo:warning=:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/src/libgit2/common.h -#19 19.09 -#19 19.09 cargo:warning=: ^ ~10 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/http.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:In file included from 10 __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/local.c: -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~:In file included from -#19 19.09 -#19 19.09 cargo:warning=8libgit2/src/util/git2_util.h: -#19 19.09 -#19 19.09 cargo:warning=:In file included from In file included from 83libgit2/src/libgit2/common.h: -#19 19.09 -#19 19.09 cargo:warning=:libgit2/src/libgit2/transports/smart.c/usr/include/bits/pthreadtypes-arch.h:/usr/include/pthread.h10:: -#19 19.09 -#19 19.09 cargo:warning=528:In file included from 710libgit2/src/util/git2_util.h::: -#19 19.09 -#19 19.09 cargo:warning=50In file included from :libgit2/src/libgit2/transports/smart.h :note: 10:3expanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from 83libgit2/src/libgit2/common.h:: -#19 19.09 -#19 19.09 cargo:warning= /usr/include/pthread.herror: ::'regparm' is not valid on this platform751 -#19 19.09 -#19 19.09 cargo:warning=10:: -#19 19.09 -#19 19.09 cargo:warning=6In file included from :libgit2/src/util/git2_util.h :error: 83'regparm' is not valid on this platform: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~/usr/include/bits/pthreadtypes-arch.h -#19 19.09 -#19 19.09 cargo:warning=:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:/usr/include/bits/pthreadtypes-arch.h50::52 :note: 50In file included from :expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/git.cnote: :expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^ ~libgit2/src/libgit2/transports/winhttp.c -#19 19.09 -#19 19.09 cargo:warning=: ^ ~8 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~In file included from -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;libgit2/src/libgit2/transports/http.c -#19 19.09 -#19 19.09 cargo:warning=: ^~~~~~~~~~~~~~~~~~~~~~~8 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.hIn file included from :libgit2/src/libgit2/common.h52::1050: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/bits/pthreadtypes-arch.hIn file included from : libgit2/src/util/git2_util.hnote: :52expanded from macro '__cleanup_fct_attribute'83: -#19 19.09 -#19 19.09 cargo:warning=50: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/pthread.h :In file included from note: libgit2/src/libgit2/transports/smart.cexpanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning=7518:: -#19 19.09 -#19 19.09 cargo:warning=6In file included from :libgit2/src/libgit2/transports/smart.h :error: 10'regparm' is not valid on this platform: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))/usr/include/pthread.h -#19 19.09 -#19 19.09 cargo:warning=: ^ ~751 -#19 19.09 -#19 19.09 cargo:warning=:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))52 -#19 19.09 -#19 19.09 cargo:warning=: ^ ~50 -#19 19.09 -#19 19.09 cargo:warning=: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/winhttp.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/transports/git.clibgit2/src/libgit2/common.h::810: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/common.hlibgit2/src/util/git2_util.h::1083: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/pthread.hlibgit2/src/util/git2_util.h::75183:: -#19 19.09 -#19 19.09 cargo:warning=6/usr/include/pthread.h:: 710error: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))):'regparm' is not valid on this platform3 -#19 19.09 -#19 19.09 cargo:warning=: ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~/usr/include/bits/pthreadtypes-arch.h -#19 19.09 -#19 19.09 cargo:warning=:52:50:/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h ::note: 5252::expanded from macro '__cleanup_fct_attribute'50 -#19 19.09 -#19 19.09 cargo:warning=50:: note: note: expanded from macro '__cleanup_fct_attribute'expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/httpclient.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/git.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))6 -#19 19.09 -#19 19.09 cargo:warning=: ^ ~ -#19 19.09 -#19 19.09 cargo:warning=error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/httpclient.c:8: -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.h ^ ~: -#19 19.09 -#19 19.09 cargo:warning=10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/vector.c:69:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&bytes, src->length, sizeof(void *)); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/vector.c:349:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&new_length, v->length, insert_len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/vector.c:369:30: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (git__add_sizet_overflow(&end_idx, idx, remove_len)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_gssapi.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_negotiate.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_gssapi.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_negotiate.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_gssapi.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_negotiate.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/ssh.c:16: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart.h:16: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=13 errors generated. -#19 19.09 -#19 19.09 cargo:warning= warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_ntlmclient.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_ntlm.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_ntlmclient.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_ntlm.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_ntlmclient.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth_ntlm.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/auth.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart_protocol.c:13: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart.h:16: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c:592:33: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_MULTIPLY(&len, t->shallow_roots.size, sizeof(git_oid)); -#19 19.09 -#19 19.09 cargo:warning= ^~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:164:34: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_MULTIPLY' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(out, nelem, elsize)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart_pkt.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart.h:16: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=2 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/credential.c:379:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&allocsize, sizeof(git_credential_username), len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/credential.c:380:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&allocsize, allocsize, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=2 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:114:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_pkt_comment), len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:115:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:139:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_pkt_progress), len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:140:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, alloclen, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:167:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_pkt_progress), len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:188:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, sizeof(git_pkt_progress), len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:209:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, sizeof(git_pkt_err), len); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:210:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, alloc_len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:314:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:358:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloc_len, len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:396:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:411:28: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= GIT_ERROR_CHECK_ALLOC_ADD(&alloclen, len, 1); -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:145:29: note: expanded from macro 'GIT_ERROR_CHECK_ALLOC_ADD' -#19 19.09 -#19 19.09 cargo:warning= if (GIT_ADD_SIZET_OVERFLOW(out, one, two)) { return -1; } -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:137:27: note: expanded from macro 'GIT_ADD_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__add_sizet_overflow(out, one, two) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:58:40: note: expanded from macro 'git__add_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_uadd_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart.h:16: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning=In file included from if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/transports/local.c:14: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/repository.h:19: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.hlibgit2/src/util/git2_util.h::14157::3235:: note: warning: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning=incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~ ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: libgit2/src/util/integer.hnote: :expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW'60 -#19 19.09 -#19 19.09 cargo:warning=:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/http.c:15: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/transports/smart.h:16: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:13: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/array.h:57:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'unsigned int *' [-Wincompatible-pointer-types] -#19 19.09 -#19 19.09 cargo:warning= if (GIT_MULTIPLY_SIZET_OVERFLOW(&new_size, a->size, 3)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.h:141:32: note: expanded from macro 'GIT_MULTIPLY_SIZET_OVERFLOW' -#19 19.09 -#19 19.09 cargo:warning= (git__multiply_sizet_overflow(out, nelem, elsize) ? (git_error_set_oom(), 1) : 0) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/integer.h:60:40: note: expanded from macro 'git__multiply_sizet_overflow' -#19 19.09 -#19 19.09 cargo:warning= __builtin_umul_overflow(one, two, out) -#19 19.09 -#19 19.09 cargo:warning= ^~~ -#19 19.09 -#19 19.09 cargo:warning=13 warnings and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=1 warning and 3 errors generated. -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/tsort.o" "-c" "libgit2/src/util/tsort.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/registry.o" "-c" "libgit2/src/libgit2/streams/registry.c" -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/utf8.o" "-c" "libgit2/src/util/utf8.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/util.o" "-c" "libgit2/src/util/util.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/varint.o" "-c" "libgit2/src/util/varint.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/vector.o" "-c" "libgit2/src/util/vector.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/wildmatch.o" "-c" "libgit2/src/util/wildmatch.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/zstream.o" "-c" "libgit2/src/util/zstream.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/auth.o" "-c" "libgit2/src/libgit2/transports/auth.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/auth_gssapi.o" "-c" "libgit2/src/libgit2/transports/auth_gssapi.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/auth_ntlmclient.o" "-c" "libgit2/src/libgit2/transports/auth_ntlmclient.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/auth_sspi.o" "-c" "libgit2/src/libgit2/transports/auth_sspi.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/credential.o" "-c" "libgit2/src/libgit2/transports/credential.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/credential_helpers.o" "-c" "libgit2/src/libgit2/transports/credential_helpers.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/git.o" "-c" "libgit2/src/libgit2/transports/git.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/http.o" "-c" "libgit2/src/libgit2/transports/http.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/httpclient.o" "-c" "libgit2/src/libgit2/transports/httpclient.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/local.o" "-c" "libgit2/src/libgit2/transports/local.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/smart.o" "-c" "libgit2/src/libgit2/transports/smart.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/schannel.o" "-c" "libgit2/src/libgit2/streams/schannel.c" -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/smart_pkt.o" "-c" "libgit2/src/libgit2/transports/smart_pkt.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/smart_protocol.o" "-c" "libgit2/src/libgit2/transports/smart_protocol.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/ssh.o" "-c" "libgit2/src/libgit2/transports/ssh.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/transports/winhttp.o" "-c" "libgit2/src/libgit2/transports/winhttp.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/mbedtls.o" "-c" "libgit2/src/libgit2/streams/mbedtls.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/openssl.o" "-c" "libgit2/src/libgit2/streams/openssl.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/openssl_dynamic.o" "-c" "libgit2/src/libgit2/streams/openssl_dynamic.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/openssl_legacy.o" "-c" "libgit2/src/libgit2/streams/openssl_legacy.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/socket.o" "-c" "libgit2/src/libgit2/streams/socket.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/stransport.o" "-c" "libgit2/src/libgit2/streams/stransport.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/tls.o" "-c" "libgit2/src/libgit2/streams/tls.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/http-parser/http_parser.o" "-c" "libgit2/deps/http-parser/http_parser.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xdiffi.o" "-c" "libgit2/deps/xdiff/xdiffi.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xemit.o" "-c" "libgit2/deps/xdiff/xemit.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xhistogram.o" "-c" "libgit2/deps/xdiff/xhistogram.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xmerge.o" "-c" "libgit2/deps/xdiff/xmerge.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xpatience.o" "-c" "libgit2/deps/xdiff/xpatience.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xprepare.o" "-c" "libgit2/deps/xdiff/xprepare.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xutils.o" "-c" "libgit2/deps/xdiff/xutils.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_byte_order.o" "-c" "libgit2/deps/pcre/pcre_byte_order.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_chartables.o" "-c" "libgit2/deps/pcre/pcre_chartables.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_compile.o" "-c" "libgit2/deps/pcre/pcre_compile.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_config.o" "-c" "libgit2/deps/pcre/pcre_config.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_dfa_exec.o" "-c" "libgit2/deps/pcre/pcre_dfa_exec.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_exec.o" "-c" "libgit2/deps/pcre/pcre_exec.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_fullinfo.o" "-c" "libgit2/deps/pcre/pcre_fullinfo.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_get.o" "-c" "libgit2/deps/pcre/pcre_get.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_globals.o" "-c" "libgit2/deps/pcre/pcre_globals.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_jit_compile.o" "-c" "libgit2/deps/pcre/pcre_jit_compile.c" -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xpatience.c:22: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xpatience.c:22: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xpatience.c:22: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/tls.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/tls.c:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/libgit2/streams/registry.c:8libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:: -#19 19.09 -#19 19.09 cargo:warning=3In file included from :libgit2/src/libgit2/common.h :error: 10'regparm' is not valid on this platform: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/registry.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/streams/tls.c# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))):10 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning= ^ ~In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/registry.c/usr/include/bits/pthreadtypes-arch.h::852: -#19 19.09 -#19 19.09 cargo:warning=:In file included from 50libgit2/src/libgit2/common.h:: 10note: : -#19 19.09 -#19 19.09 cargo:warning=expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xemit.c:23: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xemit.c:23: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xemit.c:23: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xmerge.c:23: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.hIn file included from :11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/socket.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/socket.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/deps/xdiff/xdiffi.c __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:23: -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/deps/xdiff/xinclude.h: -#19 19.09 -#19 19.09 cargo:warning=26 ^ ~: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=In file included from :52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/streams/schannel.c:In file included from libgit2/deps/xdiff/xmerge.c8:: -#19 19.09 -#19 19.09 cargo:warning=23In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/streams/schannel.hIn file included from :libgit2/deps/xdiff/xinclude.h10:: -#19 19.09 -#19 19.09 cargo:warning=26In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/common.hIn file included from :libgit2/deps/xdiff/git-xdiff.h10:: -#19 19.09 -#19 19.09 cargo:warning=17In file included from : -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/git2_util.hIn file included from :libgit2/src/util/regexp.h83:: -#19 19.09 -#19 19.09 cargo:warning=11: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.hIn file included from :libgit2/src/util/git2_util.h698::836: -#19 19.09 -#19 19.09 cargo:warning=:/usr/include/pthread.h :error: 710'regparm' is not valid on this platform: -#19 19.09 -#19 19.09 cargo:warning=3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/socket.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/bits/pthreadtypes-arch.hlibgit2/src/libgit2/streams/socket.h::5210:: -#19 19.09 -#19 19.09 cargo:warning=50In file included from :libgit2/src/libgit2/common.h :note: 10expanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h __cleanup_fct_attribute;: -#19 19.09 -#19 19.09 cargo:warning=83 ^~~~~~~~~~~~~~~~~~~~~~~: -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: /usr/include/bits/pthreadtypes-arch.h'regparm' is not valid on this platform: -#19 19.09 -#19 19.09 cargo:warning=52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:/usr/include/bits/pthreadtypes-arch.h50::52 :note: 50expanded from macro '__cleanup_fct_attribute': -#19 19.09 -#19 19.09 cargo:warning= note: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/schannel.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/schannel.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= ^ ~ __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xmerge.c:/usr/include/bits/pthreadtypes-arch.h23:: -#19 19.09 -#19 19.09 cargo:warning=52In file included from In file included from :libgit2/deps/xdiff/xdiffi.clibgit2/deps/xdiff/xinclude.h::5026:: -#19 19.09 -#19 19.09 cargo:warning= 23In file included from note: : -#19 19.09 -#19 19.09 cargo:warning=libgit2/deps/xdiff/git-xdiff.hexpanded from macro '__cleanup_fct_attribute'In file included from :libgit2/deps/xdiff/xinclude.h -#19 19.09 -#19 19.09 cargo:warning=17:26: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/regexp.hlibgit2/deps/xdiff/git-xdiff.h::1117: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/src/util/regexp.hlibgit2/src/util/git2_util.h::1183: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/pthread.hlibgit2/src/util/git2_util.h::75183:: -#19 19.09 -#19 19.09 cargo:warning=6/usr/include/pthread.h:: 710error: :'regparm' is not valid on this platform3# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~error: -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__))/usr/include/bits/pthreadtypes-arch.h -#19 19.09 -#19 19.09 cargo:warning=: ^~~~~~~~~~~~~~~~~~~~~~~52 -#19 19.09 -#19 19.09 cargo:warning=:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))In file included from libgit2/src/libgit2/streams/schannel.c:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))8 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning= ^ ~In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/streams/schannel.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: In file included from note: expanded from macro '__cleanup_fct_attribute'libgit2/src/libgit2/streams/socket.c -#19 19.09 -#19 19.09 cargo:warning=:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/socket.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= ^ ~ __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from /usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xdiffi.c:23: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))): -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=In file included from ^ ~libgit2/src/util/regexp.h -#19 19.09 -#19 19.09 cargo:warning=:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))libgit2/deps/xdiff/xprepare.c:23: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;In file included from libgit2/src/libgit2/streams/stransport.c -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=:8In file included from : -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/stransport.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/deps/xdiff/xprepare.c:23 __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;libgit2/src/libgit2/streams/stransport.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/stransport.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.hIn file included from :52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/libgit2/streams/stransport.c ^ ~: -#19 19.09 -#19 19.09 cargo:warning=8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/streams/stransport.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xprepare.c:23: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=libgit2/deps/xdiff/xhistogram.c ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))):44: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))26 -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning= ^ ~In file included from -#19 19.09 -#19 19.09 cargo:warning=libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xhistogram.c:44: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xhistogram.c:44: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xutils.c:23: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xutils.c:23: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/xinclude.h:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=3In file included from libgit2/deps/xdiff/xutils.c:23: -#19 19.09 -#19 19.09 cargo:warning= errorsIn file included from generatedlibgit2/deps/xdiff/xinclude.h. -#19 19.09 -#19 19.09 cargo:warning=:26: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/deps/xdiff/git-xdiff.h:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/regexp.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/registry.o" "-c" "libgit2/src/libgit2/streams/registry.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_maketables.o" "-c" "libgit2/deps/pcre/pcre_maketables.c" -#19 19.09 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/schannel.o" "-c" "libgit2/src/libgit2/streams/schannel.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/socket.o" "-c" "libgit2/src/libgit2/streams/socket.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/stransport.o" "-c" "libgit2/src/libgit2/streams/stransport.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/libgit2/streams/tls.o" "-c" "libgit2/src/libgit2/streams/tls.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xdiffi.o" "-c" "libgit2/deps/xdiff/xdiffi.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xemit.o" "-c" "libgit2/deps/xdiff/xemit.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xhistogram.o" "-c" "libgit2/deps/xdiff/xhistogram.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xmerge.o" "-c" "libgit2/deps/xdiff/xmerge.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xpatience.o" "-c" "libgit2/deps/xdiff/xpatience.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xprepare.o" "-c" "libgit2/deps/xdiff/xprepare.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/xdiff/xutils.o" "-c" "libgit2/deps/xdiff/xutils.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_newline.o" "-c" "libgit2/deps/pcre/pcre_newline.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_ord2utf8.o" "-c" "libgit2/deps/pcre/pcre_ord2utf8.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_printint.o" "-c" "libgit2/deps/pcre/pcre_printint.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_refcount.o" "-c" "libgit2/deps/pcre/pcre_refcount.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_string_utils.o" "-c" "libgit2/deps/pcre/pcre_string_utils.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_study.o" "-c" "libgit2/deps/pcre/pcre_study.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_tables.o" "-c" "libgit2/deps/pcre/pcre_tables.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_ucd.o" "-c" "libgit2/deps/pcre/pcre_ucd.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_valid_utf8.o" "-c" "libgit2/deps/pcre/pcre_valid_utf8.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_version.o" "-c" "libgit2/deps/pcre/pcre_version.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcre_xclass.o" "-c" "libgit2/deps/pcre/pcre_xclass.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/deps/pcre/pcreposix.o" "-c" "libgit2/deps/pcre/pcreposix.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/allocators/failalloc.o" "-c" "libgit2/src/util/allocators/failalloc.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/allocators/stdalloc.o" "-c" "libgit2/src/util/allocators/stdalloc.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/unix/map.o" "-c" "libgit2/src/util/unix/map.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/unix/realpath.o" "-c" "libgit2/src/util/unix/realpath.c" -#19 19.09 cargo:warning=In file included from libgit2/src/util/allocators/failalloc.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/allocators/failalloc.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/allocators/failalloc.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/allocators/failalloc.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/allocators/failalloc.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/allocators/failalloc.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/allocators/stdalloc.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/allocators/stdalloc.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/allocators/stdalloc.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/allocators/stdalloc.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/allocators/stdalloc.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/allocators/stdalloc.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/unix/map.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/unix/map.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/unix/map.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/unix/realpath.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/unix/realpath.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/unix/realpath.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 cargo:warning=3 errors generated. -#19 19.09 -#19 19.09 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/collisiondetect.o" "-c" "libgit2/src/util/hash/collisiondetect.c" -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 0 -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/allocators/failalloc.o" "-c" "libgit2/src/util/allocators/failalloc.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/allocators/stdalloc.o" "-c" "libgit2/src/util/allocators/stdalloc.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/unix/map.o" "-c" "libgit2/src/util/unix/map.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 19.09 exit status: 1 -#19 19.09 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/unix/realpath.o" "-c" "libgit2/src/util/unix/realpath.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/sha1dc/sha1.o" "-c" "libgit2/src/util/hash/sha1dc/sha1.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/sha1dc/ubc_check.o" "-c" "libgit2/src/util/hash/sha1dc/ubc_check.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/builtin.o" "-c" "libgit2/src/util/hash/builtin.c" -#19 19.09 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/rfc6234/sha224-256.o" "-c" "libgit2/src/util/hash/rfc6234/sha224-256.c" -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/collisiondetect.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/collisiondetect.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/sha.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: In file included from error: libgit2/src/util/hash/sha1dc/sha1.c:'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=:52In file included from libgit2/src/util/hash/sha1dc/sha1.c:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning=: __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=50:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/sha1dc/sha1.c:17: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))error: -#19 19.09 -#19 19.09 cargo:warning='regparm' is not valid on this platform ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__))In file included from libgit2/src/util/hash/collisiondetect.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/collisiondetect.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/sha.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/collisiondetect.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/collisiondetect.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/sha.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/builtin.c:In file included from 8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/builtin.h:libgit2/src/util/hash/sha1dc/ubc_check.c11:: -#19 19.09 -#19 19.09 cargo:warning=In file included from 31: -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/hash/sha.hIn file included from :libgit2/src/libgit2/common.h11:: -#19 19.09 -#19 19.09 cargo:warning=10In file included from : -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 19.09 -#19 19.09 cargo:warning=: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h/usr/include/pthread.h::698698::66:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/sha1dc/ubc_check.c:31: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute;/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=libgit2/src/util/hash/builtin.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/builtin.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/sha.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute; -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/sha1dc/ubc_check.c:31: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50 __cleanup_fct_attribute __attribute__ ((__noreturn__)): -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~note: -#19 19.09 -#19 19.09 cargo:warning=expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 19.09 -#19 19.09 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning= -#19 19.09 -#19 19.09 cargo:warning= ^ ~ -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/builtin.c:8: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/builtin.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/hash/sha.h:11: -#19 19.09 -#19 19.09 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 19.09 -#19 19.09 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 19.09 -#19 19.09 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 19.09 -#19 19.09 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 19.09 -#19 19.09 cargo:warning=/usr/inc -#19 19.09 [output clipped, log limit 2MiB reached] -#19 20.42 :698:6: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute; -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/allocators/stdalloc.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/allocators/stdalloc.h:11: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute; -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/allocators/stdalloc.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/allocators/stdalloc.h:11: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/unix/map.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute; -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/unix/map.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute; -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/unix/map.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/unix/realpath.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute; -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/unix/realpath.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute; -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/unix/realpath.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=3 errors generated. -#19 20.42 -#19 20.42 cargo:warning=3 errors generated. -#19 20.42 -#19 20.42 cargo:warning=3 errors generated. -#19 20.42 -#19 20.42 cargo:warning=3 errors generated. -#19 20.42 -#19 20.42 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/collisiondetect.o" "-c" "libgit2/src/util/hash/collisiondetect.c" -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 1 -#19 20.42 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/allocators/failalloc.o" "-c" "libgit2/src/util/allocators/failalloc.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 20.42 exit status: 1 -#19 20.42 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/allocators/stdalloc.o" "-c" "libgit2/src/util/allocators/stdalloc.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 20.42 exit status: 1 -#19 20.42 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/unix/map.o" "-c" "libgit2/src/util/unix/map.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 20.42 exit status: 1 -#19 20.42 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/unix/realpath.o" "-c" "libgit2/src/util/unix/realpath.c" with args "clang" did not execute successfully (status code exit status: 1).running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/sha1dc/sha1.o" "-c" "libgit2/src/util/hash/sha1dc/sha1.c" -#19 20.42 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/sha1dc/ubc_check.o" "-c" "libgit2/src/util/hash/sha1dc/ubc_check.c" -#19 20.42 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/builtin.o" "-c" "libgit2/src/util/hash/builtin.c" -#19 20.42 running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/rfc6234/sha224-256.o" "-c" "libgit2/src/util/hash/rfc6234/sha224-256.c" -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/collisiondetect.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/collisiondetect.h:11: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/sha.h:11: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:698:6: In file included from error: libgit2/src/util/hash/sha1dc/sha1.c:'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning=17: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:698:6: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 20.42 -#19 20.42 cargo:warning= -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning= -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=:52In file included from libgit2/src/util/hash/sha1dc/sha1.c:17: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning=: __cleanup_fct_attribute; -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=50:# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning= note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/sha1dc/sha1.c:17: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:751:6: # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))error: -#19 20.42 -#19 20.42 cargo:warning='regparm' is not valid on this platform ^ ~ -#19 20.42 -#19 20.42 cargo:warning= -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__))In file included from libgit2/src/util/hash/collisiondetect.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/collisiondetect.h:11: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/sha.h:11: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute; -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning= -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning= -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/collisiondetect.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/collisiondetect.h:11: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/sha.h:11: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/builtin.c:In file included from 8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/builtin.h:libgit2/src/util/hash/sha1dc/ubc_check.c11:: -#19 20.42 -#19 20.42 cargo:warning=In file included from 31: -#19 20.42 -#19 20.42 cargo:warning=libgit2/src/util/hash/sha.hIn file included from :libgit2/src/libgit2/common.h11:: -#19 20.42 -#19 20.42 cargo:warning=10In file included from : -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.hlibgit2/src/util/git2_util.h::8383: -#19 20.42 -#19 20.42 cargo:warning=: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h/usr/include/pthread.h::698698::66:: error: error: 'regparm' is not valid on this platform'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute; __cleanup_fct_attribute; -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning= -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/sha1dc/ubc_check.c:31: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute;/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning= -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=In file included from # define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=libgit2/src/util/hash/builtin.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/builtin.h:11: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/sha.h:11: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:710:3: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute; -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/sha1dc/ubc_check.c:31: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/libgit2/common.h:10: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50 __cleanup_fct_attribute __attribute__ ((__noreturn__)): -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~note: -#19 20.42 -#19 20.42 cargo:warning=expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1)))# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning= -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/builtin.c:8: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/builtin.h:11: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/hash/sha.h:11: -#19 20.42 -#19 20.42 cargo:warning=In file included from libgit2/src/util/git2_util.h:83: -#19 20.42 -#19 20.42 cargo:warning=/usr/include/pthread.h:751:6: error: 'regparm' is not valid on this platform -#19 20.42 -#19 20.42 cargo:warning= __cleanup_fct_attribute __attribute__ ((__noreturn__)) -#19 20.42 -#19 20.42 cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~ -#19 20.42 -#19 20.42 cargo:warning=/usr/include/bits/pthreadtypes-arch.h:52:50: note: expanded from macro '__cleanup_fct_attribute' -#19 20.42 -#19 20.42 cargo:warning=# define __cleanup_fct_attribute __attribute__ ((__regparm__ (1))) -#19 20.42 -#19 20.42 cargo:warning= ^ ~ -#19 20.42 -#19 20.42 cargo:warning=3 errors generated. -#19 20.42 -#19 20.42 cargo:warning=3 errors generated. -#19 20.42 -#19 20.42 cargo:warning=3 errors generated. -#19 20.42 -#19 20.42 cargo:warning=3 errors generated. -#19 20.42 -#19 20.42 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 1 -#19 20.42 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/collisiondetect.o" "-c" "libgit2/src/util/hash/collisiondetect.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 20.42 exit status: 1 -#19 20.42 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/sha1dc/sha1.o" "-c" "libgit2/src/util/hash/sha1dc/sha1.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 20.42 exit status: 1 -#19 20.42 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/sha1dc/ubc_check.o" "-c" "libgit2/src/util/hash/sha1dc/ubc_check.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 20.42 exit status: 1 -#19 20.42 cargo:warning=ToolExecError: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/builtin.o" "-c" "libgit2/src/util/hash/builtin.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 exit status: 0 -#19 20.42 -#19 20.42 --- stderr -#19 20.42 -#19 20.42 -#19 20.42 error occurred: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/builtin.o" "-c" "libgit2/src/util/hash/builtin.c" with args "clang" did not execute successfully (status code exit status: 1). -#19 20.42 -#19 20.42 -#19 20.42 warning: build failed, waiting for other jobs to finish... -#19 ERROR: process "/bin/sh -c cd sartcni; cargo build --release --target $(cat /rust_target.txt) && \tcp /home/sartcni/target/$(cat /rust_target.txt)/release/sart-cni /usr/local/bin/sart-cni" did not complete successfully: exit code: 101 ------- - > [builder 12/12] RUN cd sartcni; cargo build --release --target $(cat /rust_target.txt) && cp /home/sartcni/target/$(cat /rust_target.txt)/release/sart-cni /usr/local/bin/sart-cni: -20.42 exit status: 0 -20.42 exit status: 0 -20.42 -20.42 --- stderr -20.42 -20.42 -20.42 error occurred: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-unknown-linux-musl" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/xdiff" "-I" "libgit2/deps/pcre" "-I" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libz-sys-919934dd7921e8d6/out/include" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/sartcni/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-6d26ca1728c7d899/out/build/libgit2/src/util/hash/builtin.o" "-c" "libgit2/src/util/hash/builtin.c" with args "clang" did not execute successfully (status code exit status: 1). -20.42 -20.42 -20.42 warning: build failed, waiting for other jobs to finish... ------- -Dockerfile:40 --------------------- - 39 | cp /home/sart/target/$(cat /rust_target.txt)/release/sart /usr/local/bin/sart - 40 | >>> RUN cd sartcni; cargo build --release --target $(cat /rust_target.txt) && \ - 41 | >>> cp /home/sartcni/target/$(cat /rust_target.txt)/release/sart-cni /usr/local/bin/sart-cni - 42 | --------------------- -ERROR: failed to solve: process "/bin/sh -c cd sartcni; cargo build --release --target $(cat /rust_target.txt) && \tcp /home/sartcni/target/$(cat /rust_target.txt)/release/sart-cni /usr/local/bin/sart-cni" did not complete successfully: exit code: 101