[INFO] updating cached repository https://github.com/Kethku/RustyMarble [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3d3d87573afda78bbcb72b535cd29ec8b00c6095 [INFO] testing Kethku/RustyMarble against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKethku%2FRustyMarble" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Kethku/RustyMarble on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Kethku/RustyMarble [INFO] finished tweaking git repo https://github.com/Kethku/RustyMarble [INFO] tweaked toml for git repo https://github.com/Kethku/RustyMarble written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Kethku/RustyMarble already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 44227ce0019d17e40ae2862efe43014c4104da25e8ac75d661af3fab8f211432 [INFO] running `"docker" "start" "-a" "44227ce0019d17e40ae2862efe43014c4104da25e8ac75d661af3fab8f211432"` [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling libc v0.2.64 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling netcdf-sys v0.2.0 [INFO] [stderr] Compiling ndarray v0.13.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling png v0.15.0 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.16 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling netcdf v0.2.0 [INFO] [stderr] Compiling rusty_marble v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `result` [INFO] [stderr] --> src/main.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | let result = Command::new("aws") [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:139:13 [INFO] [stderr] | [INFO] [stderr] 139 | fs::remove_file(&output_path); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.rusty_marble.3c5q919y-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47" "/opt/rustwide/target/debug/deps/rusty_marble-a5ea228cf4daae47.bl04qx3oqwnygh0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnetcdf-8e9bba95cf0907eb.rlib" "/opt/rustwide/target/debug/deps/libindexmap-df2ed011648821b0.rlib" "/opt/rustwide/target/debug/deps/libnetcdf_sys-165dcb93cfa255e0.rlib" "/opt/rustwide/target/debug/deps/libndarray-fa282b055dd1920e.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-d4c4efc75da60b2e.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-0566594a71fc37fb.rlib" "/opt/rustwide/target/debug/deps/libitertools-3c79a9b0bc3f8a16.rlib" "/opt/rustwide/target/debug/deps/librawpointer-e48b6298ef516ae1.rlib" "/opt/rustwide/target/debug/deps/libimage-c38966537cd4cadf.rlib" "/opt/rustwide/target/debug/deps/libtiff-1f0a479a7665eb2e.rlib" "/opt/rustwide/target/debug/deps/libpng-2e10370171fed5ba.rlib" "/opt/rustwide/target/debug/deps/libdeflate-0441a4d1d089ee72.rlib" "/opt/rustwide/target/debug/deps/libinflate-b767d6e1ef2b6cca.rlib" "/opt/rustwide/target/debug/deps/libadler32-f0be7fc42b62f0a5.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-fcd520c127a579f7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-479597a28bc1150f.rlib" "/opt/rustwide/target/debug/deps/librayon-f7f36fc8a233433c.rlib" "/opt/rustwide/target/debug/deps/librayon_core-13802b592fa28e35.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e10790af3577d9fd.rlib" "/opt/rustwide/target/debug/deps/liblibc-0c54557272544518.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-a0b0134790c95e4c.rlib" "/opt/rustwide/target/debug/deps/libeither-f74d019d6d596424.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9958e22e590c3b8c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-c380286fb68217c2.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-68a78b59e929aafd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2549e1482ee601db.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-39202ae0774b8d15.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-ba76d6ecda4a1aa7.rlib" "/opt/rustwide/target/debug/deps/libnodrop-4799f8455f03f6cd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/libgif-86b2f05c788656eb.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-bddca3167f05293c.rlib" "/opt/rustwide/target/debug/deps/liblzw-136c93306fc01c9c.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-8103a659250d3197.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ee8d8c2ed6b29e72.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-bcd7eb86e60a075e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-265825a0366e0031.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d910f2d7f68de7f3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2cdd9ae034878c52.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dac1a412c98f50d.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b7841fd014bf83a1.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-338c0763450dca22.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f2e5d11836e0967.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-81a9070bd3553adf.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-e297830377b95af4.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b38b87f2dd197fa0.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-601015f2e15e7e26.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-439f3a589bd88586.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-57ab7e6ac23ce11f.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3aec7f88778e912a.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b6806800b307d4b9.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-e49d7651b12f7563.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8266574e26adcc3.rlib" "-Wl,-Bdynamic" "-lnetcdf" "-lnetcdf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnetcdf [INFO] [stderr] /usr/bin/ld: cannot find -lnetcdf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `rusty_marble`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "44227ce0019d17e40ae2862efe43014c4104da25e8ac75d661af3fab8f211432"` [INFO] running `"docker" "rm" "-f" "44227ce0019d17e40ae2862efe43014c4104da25e8ac75d661af3fab8f211432"` [INFO] [stdout] 44227ce0019d17e40ae2862efe43014c4104da25e8ac75d661af3fab8f211432