[INFO] fetching crate moore-hilbert-sys 0.1.0... [INFO] checking moore-hilbert-sys-0.1.0 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate moore-hilbert-sys 0.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate moore-hilbert-sys 0.1.0 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate moore-hilbert-sys 0.1.0 [INFO] finished tweaking crates.io crate moore-hilbert-sys 0.1.0 [INFO] tweaked toml for crates.io crate moore-hilbert-sys 0.1.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 760f3c7ed09b9be7e5ab3295bd140a9d448306f71dc02d8019297e7b0e83fd6f [INFO] running `"docker" "start" "-a" "760f3c7ed09b9be7e5ab3295bd140a9d448306f71dc02d8019297e7b0e83fd6f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling bindgen v0.53.2 [INFO] [stderr] Compiling moore-hilbert-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: src/hilbert.c: In function 'getIEEEBits': [INFO] [stderr] warning: src/hilbert.c:374:21: warning: operand of ?: changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand [-Wsign-compare] [INFO] [stderr] warning: 374 | (diff < 52)? x.ieee.mantissa0 >> (diff - 32): [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: src/hilbert.c:357:15: warning: unused parameter 'ignoreMe' [-Wunused-parameter] [INFO] [stderr] warning: 357 | unsigned ignoreMe, /* ignored */ [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: src/hilbert.c: In function 'propogateIEEEBits': [INFO] [stderr] warning: src/hilbert.c:385:40: warning: unused parameter 'nBytes' [-Wunused-parameter] [INFO] [stderr] warning: 385 | propogateIEEEBits(unsigned d, unsigned nBytes, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~~ [INFO] [stderr] warning: src/hilbert.c:386:31: warning: unused parameter 'fold' [-Wunused-parameter] [INFO] [stderr] warning: 386 | char* cP, unsigned y, int fold) [INFO] [stderr] warning: | ~~~~^~~~ [INFO] [stderr] warning: src/hilbert.c: In function 'hilbert_box_vtx_work': [INFO] [stderr] warning: src/hilbert.c:617:64: warning: unused parameter 'nBits' [-Wunused-parameter] [INFO] [stderr] warning: 617 | hilbert_box_vtx_work(unsigned nDims, unsigned nBytes, unsigned nBits, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~ [INFO] [stderr] warning: src/hilbert.c:619:17: warning: unused parameter 'max' [-Wunused-parameter] [INFO] [stderr] warning: 619 | unsigned max, unsigned y, [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: src/hilbert.c: In function 'hilbert_box_pt_work': [INFO] [stderr] warning: src/hilbert.c:726:63: warning: unused parameter 'nBits' [-Wunused-parameter] [INFO] [stderr] warning: 726 | hilbert_box_pt_work(unsigned nDims, unsigned nBytes, unsigned nBits, [INFO] [stderr] warning: | ~~~~~~~~~^~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `"docker" "inspect" "760f3c7ed09b9be7e5ab3295bd140a9d448306f71dc02d8019297e7b0e83fd6f"` [INFO] running `"docker" "rm" "-f" "760f3c7ed09b9be7e5ab3295bd140a9d448306f71dc02d8019297e7b0e83fd6f"` [INFO] [stdout] 760f3c7ed09b9be7e5ab3295bd140a9d448306f71dc02d8019297e7b0e83fd6f