[INFO] cloning repository https://github.com/Axect/Acalc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Axect/Acalc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAxect%2FAcalc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAxect%2FAcalc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d1297cfabb8b2df64bd0b3855cb7f83b2151bd28 [INFO] testing Axect/Acalc against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAxect%2FAcalc" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Axect/Acalc on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Axect/Acalc [INFO] finished tweaking git repo https://github.com/Axect/Acalc [INFO] tweaked toml for git repo https://github.com/Axect/Acalc written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Axect/Acalc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7e9943a6023cb4debf37471264094188af3c2f2755f0101298ffb566282b4de8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7e9943a6023cb4debf37471264094188af3c2f2755f0101298ffb566282b4de8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e9943a6023cb4debf37471264094188af3c2f2755f0101298ffb566282b4de8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e9943a6023cb4debf37471264094188af3c2f2755f0101298ffb566282b4de8", kill_on_drop: false }` [INFO] [stdout] 7e9943a6023cb4debf37471264094188af3c2f2755f0101298ffb566282b4de8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfd6e1afbfc9b2708fdedbb18d1071cad486e3f267a6164f10f3ade2807a9bff [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bfd6e1afbfc9b2708fdedbb18d1071cad486e3f267a6164f10f3ade2807a9bff", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling serde v1.0.113 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling netcdf-sys v0.2.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling peroxide v0.24.5 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling order-stat v0.1.3 [INFO] [stderr] Compiling puruspe v0.1.3 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling netcdf v0.2.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling acalc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `korean_fit` [INFO] [stdout] --> src/main.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | let korean_fit = fit_main(&korean_origin, &korean_standard); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_korean_fit` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `math1_fit` [INFO] [stdout] --> src/main.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | let math1_fit = fit_main(&math1_origin, &math1_standard); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_math1_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `math2_fit` [INFO] [stdout] --> src/main.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | let math2_fit = fit_main(&math2_origin, &math2_standard); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_math2_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `kg_fit` [INFO] [stdout] --> src/main.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | let kg_fit = fit_sub(&kg_origin, &kg_standard); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_kg_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wg_fit` [INFO] [stdout] --> src/main.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | let wg_fit = fit_sub(&wg_origin, &wg_standard); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_wg_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wh_fit` [INFO] [stdout] --> src/main.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | let wh_fit = fit_sub(&wh_origin, &wh_standard); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_wh_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `eco_fit` [INFO] [stdout] --> src/main.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | let eco_fit = fit_sub(&eco_origin, &eco_standard); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_eco_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `socu_fit` [INFO] [stdout] --> src/main.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | let socu_fit = fit_sub(&socu_origin, &socu_standard); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_socu_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ea_fit` [INFO] [stdout] --> src/main.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | let ea_fit = fit_sub(&ea_origin, &ea_standard); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ea_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `leth_fit` [INFO] [stdout] --> src/main.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | let leth_fit = fit_sub(&leth_origin, &leth_standard); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_leth_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `eth_fit` [INFO] [stdout] --> src/main.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | let eth_fit = fit_sub(ð_origin, ð_standard); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_eth_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `law_fit` [INFO] [stdout] --> src/main.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | let law_fit = fit_sub(&law_origin, &law_standard); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_law_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `phy1_fit` [INFO] [stdout] --> src/main.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | let phy1_fit = fit_sub(&phy1_origin, &phy1_standard); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_phy1_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `phy2_fit` [INFO] [stdout] --> src/main.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | let phy2_fit = fit_sub(&phy2_origin, &phy2_standard); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_phy2_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chem1_fit` [INFO] [stdout] --> src/main.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | let chem1_fit = fit_sub(&chem1_origin, &chem1_standard); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chem1_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chem2_fit` [INFO] [stdout] --> src/main.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | let chem2_fit = fit_sub(&chem2_origin, &chem2_standard); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chem2_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bio1_fit` [INFO] [stdout] --> src/main.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | let bio1_fit = fit_sub(&bio1_origin, &bio1_standard); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bio1_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bio2_fit` [INFO] [stdout] --> src/main.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | let bio2_fit = fit_sub(&bio2_origin, &bio2_standard); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bio2_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `earth2_fit` [INFO] [stdout] --> src/main.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | let earth2_fit = fit_sub(&earth2_origin, &earth2_standard); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_earth2_fit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Main` [INFO] [stdout] --> src/main.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | Main, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.acalc.axgpv47t-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4" "/opt/rustwide/target/debug/deps/acalc-bcf7690378416aa4.65ak0gum8hdbf07.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libperoxide-61765cdee58a0216.rlib" "/opt/rustwide/target/debug/deps/libcsv-d5a1f266731e7c63.rlib" "/opt/rustwide/target/debug/deps/libryu-49c6c0501005e538.rlib" "/opt/rustwide/target/debug/deps/libitoa-249c7ebdf9af9cde.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-b1a72680d395ec1b.rlib" "/opt/rustwide/target/debug/deps/libbstr-4fb6a2e3e83116ff.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-f541d53148c76d8e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-459c9225780a8393.rlib" "/opt/rustwide/target/debug/deps/libmemchr-6f965f583a32f276.rlib" "/opt/rustwide/target/debug/deps/libserde-a1fc4bfc6e8a71e9.rlib" "/opt/rustwide/target/debug/deps/librand_distr-069d6586795b016e.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-4a3172d25ae45d03.rlib" "/opt/rustwide/target/debug/deps/librawpointer-bf073e5b3011e15c.rlib" "/opt/rustwide/target/debug/deps/libpuruspe-78d99f9ad1c0dd24.rlib" "/opt/rustwide/target/debug/deps/liborder_stat-5c5a1a4ad5074145.rlib" "/opt/rustwide/target/debug/deps/libjson-1d004e476bea1c9f.rlib" "/opt/rustwide/target/debug/deps/libnetcdf-f20669c1c6fc367c.rlib" "/opt/rustwide/target/debug/deps/libnetcdf_sys-8a425bf0f29424aa.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7c0477ae3415ac1f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-0ace56d2430a4fe3.rlib" "/opt/rustwide/target/debug/deps/librand-04572124e48834e5.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-d61ae35fc968be0d.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-101710f40ad5d3d8.rlib" "/opt/rustwide/target/debug/deps/librand_core-a985c8cb851bb81e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-02cf3f369c2e91b4.rlib" "/opt/rustwide/target/debug/deps/liblibc-71aaa03f37f01bd3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b00c34326580381c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5989bcf78182f65e.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4d6da34bc177af8d.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-10e0d6c948699482.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c2318e2415657781.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-3815b93ed84badbb.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-d7999143d95238cb.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c58298a0d40df8b8.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b7de97e2ba6fb4e2.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6f71c9f654d72cce.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7402cd4761aebc14.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-95a4d456339b7385.rlib" "-Wl,-Bdynamic" "-lnetcdf" "-lnetcdf" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lnetcdf [INFO] [stdout] /usr/bin/ld: cannot find -lnetcdf [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `acalc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "bfd6e1afbfc9b2708fdedbb18d1071cad486e3f267a6164f10f3ade2807a9bff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfd6e1afbfc9b2708fdedbb18d1071cad486e3f267a6164f10f3ade2807a9bff", kill_on_drop: false }` [INFO] [stdout] bfd6e1afbfc9b2708fdedbb18d1071cad486e3f267a6164f10f3ade2807a9bff