[INFO] cloning repository https://github.com/XCH-CEB/xch-project
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/XCH-CEB/xch-project" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXCH-CEB%2Fxch-project", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXCH-CEB%2Fxch-project'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cdb29f74639012b8291e9e43ac5d84a78a642a3c
[INFO] checking XCH-CEB/xch-project against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXCH-CEB%2Fxch-project" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/XCH-CEB/xch-project
[INFO] finished tweaking git repo https://github.com/XCH-CEB/xch-project
[INFO] tweaked toml for git repo https://github.com/XCH-CEB/xch-project written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/XCH-CEB/xch-project on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 117 packages to highest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.8.2)
[INFO] [stderr]       Adding nalgebra v0.21.1 (available: v0.35.0)
[INFO] [stderr]       Adding num v0.3.1 (available: v0.4.3)
[INFO] [stderr]       Adding paste v0.1.18 (available: v1.0.15)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]  --> lib_xch/Cargo.toml:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | readme = "README.md"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `lib_xch` (manifest) generated 1 warning
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]  --> scalc/Cargo.toml:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | readme = "README.md"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `scalc` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0c9c40ebae16899f045a2a0b8ab9a3c68d9aa98bce76f3a9a732d828a8c5ddd4
[INFO] running `Command { std: "docker" "start" "0c9c40ebae16899f045a2a0b8ab9a3c68d9aa98bce76f3a9a732d828a8c5ddd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c9c40ebae16899f045a2a0b8ab9a3c68d9aa98bce76f3a9a732d828a8c5ddd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c9c40ebae16899f045a2a0b8ab9a3c68d9aa98bce76f3a9a732d828a8c5ddd4" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c9c40ebae16899f045a2a0b8ab9a3c68d9aa98bce76f3a9a732d828a8c5ddd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c9c40ebae16899f045a2a0b8ab9a3c68d9aa98bce76f3a9a732d828a8c5ddd4" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]  --> scalc/Cargo.toml:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | readme = "README.md"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `scalc` (manifest) generated 1 warning
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]  --> lib_xch/Cargo.toml:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | readme = "README.md"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `lib_xch` (manifest) generated 1 warning
[INFO] [stderr]    Compiling unicode-ident v1.0.26
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]     Checking cfg-if v1.0.5
[INFO] [stderr]    Compiling zerocopy v0.8.57
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling num-bigint v0.3.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.23
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]     Checking num-integer v0.1.47
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.21
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling pest v2.9.2
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.8
[INFO] [stderr]     Checking rustc-demangle v0.1.28
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking matrixmultiply v0.2.4
[INFO] [stderr]     Checking num-iter v0.1.46
[INFO] [stderr]     Checking num-complex v0.3.1
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking either v1.18.0
[INFO] [stderr]     Checking snowflake v1.3.0
[INFO] [stderr]     Checking id_tree v1.8.0
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]    Compiling syn v3.0.6
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]    Compiling paste-impl v0.1.18
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking paste v0.1.18
[INFO] [stderr]     Checking simba v0.1.5
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling pest_meta v2.9.2
[INFO] [stderr]     Checking generic-array v0.13.3
[INFO] [stderr]     Checking num v0.3.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking scalc v0.2.1 (/opt/rustwide/workdir/scalc)
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> scalc/src/lib.rs:53:45
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let a = SCell::<i32>::new(std::i32::MAX) + SCell::<i32>::new(1);
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MIN`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> scalc/src/lib.rs:59:45
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let a = SCell::<i32>::new(std::i32::MIN) - SCell::<i32>::new(1);
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> scalc/src/lib.rs:65:45
[INFO] [stdout]    |
[INFO] [stdout] 65 |         let a = SCell::<i32>::new(std::i32::MAX) * SCell::<i32>::new(2);
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MIN`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> scalc/src/lib.rs:71:45
[INFO] [stdout]    |
[INFO] [stdout] 71 |         let a = SCell::<i32>::new(std::i32::MIN) / SCell::<i32>::new(-1);
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MIN`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]   --> scalc/src/lib.rs:77:45
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let a = SCell::<i32>::new(std::i32::MIN).abs();
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> scalc/examples/main.rs:23:41
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let a = SCell::<i32>::new(std::i32::MAX) + SCell::<i32>::new(1);
[INFO] [stdout]    |                                         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr] error: could not compile `object` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=a1dec20a7eedf524 -C extra-filename=-92c4e83d2d4fcbb5 --out-dir /opt/rustwide/target/debug/build/object/92c4e83d2d4fcbb5/out --extern memchr=/opt/rustwide/target/debug/build/memchr/b924193483665774/out/libmemchr-b924193483665774.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --cfg core_error --check-cfg 'cfg(core_error)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0c9c40ebae16899f045a2a0b8ab9a3c68d9aa98bce76f3a9a732d828a8c5ddd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c9c40ebae16899f045a2a0b8ab9a3c68d9aa98bce76f3a9a732d828a8c5ddd4", kill_on_drop: false }`
[INFO] [stdout] 0c9c40ebae16899f045a2a0b8ab9a3c68d9aa98bce76f3a9a732d828a8c5ddd4
