[INFO] cloning repository https://github.com/Gelbpunkt/hpyer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Gelbpunkt/hpyer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGelbpunkt%2Fhpyer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGelbpunkt%2Fhpyer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 168a6aed9d4a39281810e258f9d3b0056cdf7874 [INFO] testing Gelbpunkt/hpyer against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGelbpunkt%2Fhpyer" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Gelbpunkt/hpyer on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6/source/.cargo/config [INFO] started tweaking git repo https://github.com/Gelbpunkt/hpyer [INFO] finished tweaking git repo https://github.com/Gelbpunkt/hpyer [INFO] tweaked toml for git repo https://github.com/Gelbpunkt/hpyer written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/Gelbpunkt/hpyer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a97248651a2d14ee27bdaf22bd1269336968d4f28c748ce611fa08bc83bfb6ee [INFO] running `Command { std: "docker" "start" "-a" "a97248651a2d14ee27bdaf22bd1269336968d4f28c748ce611fa08bc83bfb6ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a97248651a2d14ee27bdaf22bd1269336968d4f28c748ce611fa08bc83bfb6ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a97248651a2d14ee27bdaf22bd1269336968d4f28c748ce611fa08bc83bfb6ee", kill_on_drop: false }` [INFO] [stdout] a97248651a2d14ee27bdaf22bd1269336968d4f28c748ce611fa08bc83bfb6ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab69a76b1bf85c7f137b3ce7cbd2c0a3ef3c1b304398afcfc5e9e1389ad64042 [INFO] running `Command { std: "docker" "start" "-a" "ab69a76b1bf85c7f137b3ce7cbd2c0a3ef3c1b304398afcfc5e9e1389ad64042", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.104 [INFO] [stderr] Compiling proc-macro2 v1.0.30 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling cc v1.0.71 [INFO] [stderr] Compiling pyo3-build-config v0.14.5 (https://github.com/PyO3/pyo3#fd9b0cab) [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling packed_simd_2 v0.3.6 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling ppv-lite86 v0.2.14 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling encoding_rs v0.8.29 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling orjson v3.6.4 (https://github.com/Gelbpunkt/orjson.git#19f34c12) [INFO] [stderr] Compiling simdutf8 v0.1.3 [INFO] [stderr] Compiling inlinable_string v0.1.14 [INFO] [stderr] Compiling associative-cache v1.0.1 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling tinyvec v1.5.0 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling alloc-stdlib v0.2.1 [INFO] [stderr] error: Cannot set `RUSTC_BOOTSTRAP=1` from build script of `encoding_rs v0.8.29`. [INFO] [stderr] note: Crates cannot set `RUSTC_BOOTSTRAP` themselves, as doing so would subvert the stability guarantees of Rust for your project. [INFO] [stderr] help: If you're sure you want to do this in your project, set the environment variable `RUSTC_BOOTSTRAP=encoding_rs` before running cargo instead. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ab69a76b1bf85c7f137b3ce7cbd2c0a3ef3c1b304398afcfc5e9e1389ad64042", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab69a76b1bf85c7f137b3ce7cbd2c0a3ef3c1b304398afcfc5e9e1389ad64042", kill_on_drop: false }` [INFO] [stdout] ab69a76b1bf85c7f137b3ce7cbd2c0a3ef3c1b304398afcfc5e9e1389ad64042