[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] 96f8eaeec8b68e79417062e5889ae6bfd1f98030
[INFO] building Axect/Acalc against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAxect%2FAcalc" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Axect/Acalc on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-6-tc2/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: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 78dfe5b31987389d8395a73bbe1a84ab22304699f2b6cc6cd71c979ae04f1bb1
[INFO] running `Command { std: "docker" "start" "-a" "78dfe5b31987389d8395a73bbe1a84ab22304699f2b6cc6cd71c979ae04f1bb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78dfe5b31987389d8395a73bbe1a84ab22304699f2b6cc6cd71c979ae04f1bb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78dfe5b31987389d8395a73bbe1a84ab22304699f2b6cc6cd71c979ae04f1bb1", kill_on_drop: false }`
[INFO] [stdout] 78dfe5b31987389d8395a73bbe1a84ab22304699f2b6cc6cd71c979ae04f1bb1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a72cd7058f00edaccfc7bed7b1cbefe7cd6d7e68f2ac3f7d2a0382fd7a74a1bc
[INFO] running `Command { std: "docker" "start" "-a" "a72cd7058f00edaccfc7bed7b1cbefe7cd6d7e68f2ac3f7d2a0382fd7a74a1bc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.74
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling serde v1.0.114
[INFO] [stderr]    Compiling netcdf-sys v0.2.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.8
[INFO] [stderr]    Compiling itoa v0.4.6
[INFO] [stderr]    Compiling peroxide v0.25.4
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling order-stat v0.1.3
[INFO] [stderr]    Compiling puruspe v0.1.3
[INFO] [stderr]    Compiling peroxide-ad v0.1.4
[INFO] [stderr]    Compiling json v0.12.4
[INFO] [stderr]    Compiling matrixmultiply v0.2.3
[INFO] [stderr]    Compiling hashbrown v0.8.1
[INFO] [stderr]    Compiling indexmap v1.5.0
[INFO] [stderr]    Compiling regex-automata v0.1.9
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling netcdf v0.2.0
[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 import: `crate::Category::Main`
[INFO] [stdout]  --> src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::Category::Main;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Category` is never used
[INFO] [stdout]    --> src/lib.rs:373:6
[INFO] [stdout]     |
[INFO] [stdout] 373 | enum Category {
[INFO] [stdout]     |      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StandardScore` is never constructed
[INFO] [stdout]    --> src/lib.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 379 | struct StandardScore {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `calc` is never used
[INFO] [stdout]    --> src/lib.rs:391:8
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl StandardScore {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 391 |     fn calc(&self, original_score: f64, subj: Category) -> f64 {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fit_main` is never used
[INFO] [stdout]    --> src/lib.rs:399:4
[INFO] [stdout]     |
[INFO] [stdout] 399 | fn fit_main(score: &Vec<f64>, standard: &Vec<f64>) -> StandardScore {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fit_sub` is never used
[INFO] [stdout]    --> src/lib.rs:414:4
[INFO] [stdout]     |
[INFO] [stdout] 414 | fn fit_sub(score: &Vec<f64>, standard: &Vec<f64>) -> StandardScore {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `standard_score_main` is never used
[INFO] [stdout]    --> src/lib.rs:437:4
[INFO] [stdout]     |
[INFO] [stdout] 437 | fn standard_score_main(x: &Vec<f64>, p: Vec<Number>) -> Option<Vec<Number>> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `standard_score_sub` is never used
[INFO] [stdout]    --> src/lib.rs:454:4
[INFO] [stdout]     |
[INFO] [stdout] 454 | fn standard_score_sub(x: &Vec<f64>, p: Vec<Number>) -> Option<Vec<Number>> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcCKRp0m/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libacalc-48c3baa21dd5fe37.rlib,libperoxide-223687e4e7e10902.rlib,libcsv-67b254e839b0f32d.rlib,libryu-f3aba87160ed1f5c.rlib,libitoa-8e92ea224a32b861.rlib,libcsv_core-7f1692801f07854c.rlib,libbstr-94e3b958d4b55364.rlib,libregex_automata-55b79bae7ac92f0e.rlib,libbyteorder-661535a954b029f1.rlib,libmemchr-9a164fc52b335eab.rlib,libserde-516453a51301a900.rlib,librand_distr-865087c531fddba7.rlib,libmatrixmultiply-0aa0acde3f005eca.rlib,librawpointer-a726d041f28ef5ec.rlib,libpuruspe-a0ad4bf7865a72ce.rlib,liborder_stat-8255433d0efa1e43.rlib,libjson-fa93e6d10feafc22.rlib,libnetcdf-5d44046109be8820.rlib,libnetcdf_sys-f18e48478e9fa327.rlib,liblazy_static-2bb390fee0230a38.rlib,libindexmap-b02f6eb7a5246e12.rlib,libhashbrown-be70250994dfd8e7.rlib,librand-6c3da5b8bdd52bf7.rlib,librand_chacha-33656f52e2eeb019.rlib,libppv_lite86-fadc4852081092eb.rlib,librand_core-edde43355a22221c.rlib,libgetrandom-352784eeb75f42c0.rlib,liblibc-79f746147307fc02.rlib,libcfg_if-7e9efee4241be1ca.rlib}" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-d6f1d924b2f4233e.rlib,libpanic_unwind-00eb06e39850f679.rlib,libobject-d0382f11baa011b6.rlib,libmemchr-b7e2e2c1a7e4643d.rlib,libaddr2line-30ced7f1999cfa29.rlib,libgimli-3ee7e14c58e31ebd.rlib,librustc_demangle-a4f649bba77ffcc5.rlib,libstd_detect-c89a3ce7ad7c3dbd.rlib,libhashbrown-e1ce1d3d110c6707.rlib,librustc_std_workspace_alloc-e0604fecbf0f39dc.rlib,libminiz_oxide-0a9c6172f04822cc.rlib,libadler2-14a33f7117abcee7.rlib,libunwind-24c16adbe5e57356.rlib,libcfg_if-d2688d4a5c8e415b.rlib,liblibc-8ff7ba6d97853f27.rlib,liballoc-5c001d095eb077ec.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-dd545221bb4f4734.rlib}" "-Wl,-Bdynamic" "-lnetcdf" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/record-324a01ecdcb975a3" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lnetcdf
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `acalc` (bin "record") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcpxbiiJ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libacalc-48c3baa21dd5fe37.rlib,libperoxide-223687e4e7e10902.rlib,libcsv-67b254e839b0f32d.rlib,libryu-f3aba87160ed1f5c.rlib,libitoa-8e92ea224a32b861.rlib,libcsv_core-7f1692801f07854c.rlib,libbstr-94e3b958d4b55364.rlib,libregex_automata-55b79bae7ac92f0e.rlib,libbyteorder-661535a954b029f1.rlib,libmemchr-9a164fc52b335eab.rlib,libserde-516453a51301a900.rlib,librand_distr-865087c531fddba7.rlib,libmatrixmultiply-0aa0acde3f005eca.rlib,librawpointer-a726d041f28ef5ec.rlib,libpuruspe-a0ad4bf7865a72ce.rlib,liborder_stat-8255433d0efa1e43.rlib,libjson-fa93e6d10feafc22.rlib,libnetcdf-5d44046109be8820.rlib,libnetcdf_sys-f18e48478e9fa327.rlib,liblazy_static-2bb390fee0230a38.rlib,libindexmap-b02f6eb7a5246e12.rlib,libhashbrown-be70250994dfd8e7.rlib,librand-6c3da5b8bdd52bf7.rlib,librand_chacha-33656f52e2eeb019.rlib,libppv_lite86-fadc4852081092eb.rlib,librand_core-edde43355a22221c.rlib,libgetrandom-352784eeb75f42c0.rlib,liblibc-79f746147307fc02.rlib,libcfg_if-7e9efee4241be1ca.rlib}" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-d6f1d924b2f4233e.rlib,libpanic_unwind-00eb06e39850f679.rlib,libobject-d0382f11baa011b6.rlib,libmemchr-b7e2e2c1a7e4643d.rlib,libaddr2line-30ced7f1999cfa29.rlib,libgimli-3ee7e14c58e31ebd.rlib,librustc_demangle-a4f649bba77ffcc5.rlib,libstd_detect-c89a3ce7ad7c3dbd.rlib,libhashbrown-e1ce1d3d110c6707.rlib,librustc_std_workspace_alloc-e0604fecbf0f39dc.rlib,libminiz_oxide-0a9c6172f04822cc.rlib,libadler2-14a33f7117abcee7.rlib,libunwind-24c16adbe5e57356.rlib,libcfg_if-d2688d4a5c8e415b.rlib,liblibc-8ff7ba6d97853f27.rlib,liballoc-5c001d095eb077ec.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-dd545221bb4f4734.rlib}" "-Wl,-Bdynamic" "-lnetcdf" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/load-7afa46a9e5aed70c" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lnetcdf
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `acalc` (bin "load") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "a72cd7058f00edaccfc7bed7b1cbefe7cd6d7e68f2ac3f7d2a0382fd7a74a1bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a72cd7058f00edaccfc7bed7b1cbefe7cd6d7e68f2ac3f7d2a0382fd7a74a1bc", kill_on_drop: false }`
[INFO] [stdout] a72cd7058f00edaccfc7bed7b1cbefe7cd6d7e68f2ac3f7d2a0382fd7a74a1bc
