[INFO] cloning repository https://github.com/fzaiser/genfer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fzaiser/genfer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffzaiser%2Fgenfer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffzaiser%2Fgenfer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d132c76763d884761b9fc3c884628696de8e88ad
[INFO] building fzaiser/genfer against try#58b1b3c5342a414c161338871f8004258ccef2a7 for pr-149937
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffzaiser%2Fgenfer" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/fzaiser/genfer
[INFO] finished tweaking git repo https://github.com/fzaiser/genfer
[INFO] tweaked toml for git repo https://github.com/fzaiser/genfer written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fzaiser/genfer on toolchain 58b1b3c5342a414c161338871f8004258ccef2a7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fzaiser/genfer 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" "+58b1b3c5342a414c161338871f8004258ccef2a7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5d42a30caf22009f060aaa861729248dae9a27d49ce00f042ba31ba364d52363
[INFO] running `Command { std: "docker" "start" "-a" "5d42a30caf22009f060aaa861729248dae9a27d49ce00f042ba31ba364d52363", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d42a30caf22009f060aaa861729248dae9a27d49ce00f042ba31ba364d52363", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d42a30caf22009f060aaa861729248dae9a27d49ce00f042ba31ba364d52363", kill_on_drop: false }`
[INFO] [stdout] 5d42a30caf22009f060aaa861729248dae9a27d49ce00f042ba31ba364d52363
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ed27ceedcc060c1ba418e15c934abe282f76eb69eaae06f3aad9b7336003cf83
[INFO] running `Command { std: "docker" "start" "-a" "ed27ceedcc060c1ba418e15c934abe282f76eb69eaae06f3aad9b7336003cf83", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling rustix v0.38.4
[INFO] [stderr]    Compiling bitflags v2.3.3
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.3
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling rustix v0.37.23
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.5.3
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling anstyle v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling matrixmultiply v0.3.7
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling rug v1.19.2
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling syn v2.0.27
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling num-complex v0.4.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ndarray v0.15.6
[INFO] [stderr]    Compiling terminal_size v0.2.6
[INFO] [stderr]    Compiling clap_builder v4.3.19
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling clap_derive v4.3.12
[INFO] [stderr]    Compiling clap v4.3.19
[INFO] [stderr]    Compiling genfer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `genfer` (bin "genfer")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/58b1b3c5342a414c161338871f8004258ccef2a7/bin/rustc --crate-name genfer --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=1 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82470f1cbc04458f -C extra-filename=-65d9116e9485b8cb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4bac4e81d22a2228.rlib --extern genfer=/opt/rustwide/target/debug/deps/libgenfer-de97b566dc36637a.rlib --extern ndarray=/opt/rustwide/target/debug/deps/libndarray-8b00129bf2665566.rlib --extern nom=/opt/rustwide/target/debug/deps/libnom-01040841d50dc5d5.rlib --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-b96baa3132d0e5e0.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-a04520b951b938f2.rlib --extern rand_distr=/opt/rustwide/target/debug/deps/librand_distr-84b85da1089a3cc3.rlib --extern rug=/opt/rustwide/target/debug/deps/librug-29f8a07b42cef005.rlib --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-fa9107b88adec930.rlib --extern ryu=/opt/rustwide/target/debug/deps/libryu-58b4b25d0f816094.rlib --extern typed_arena=/opt/rustwide/target/debug/deps/libtyped_arena-2cc03f9052ee16b8.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/gmp-mpfr-sys-7e0bc9e5f57a22a5/out/lib` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ed27ceedcc060c1ba418e15c934abe282f76eb69eaae06f3aad9b7336003cf83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed27ceedcc060c1ba418e15c934abe282f76eb69eaae06f3aad9b7336003cf83", kill_on_drop: false }`
[INFO] [stdout] ed27ceedcc060c1ba418e15c934abe282f76eb69eaae06f3aad9b7336003cf83
