[INFO] fetching crate expectrl 0.3.0... [INFO] testing expectrl-0.3.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate expectrl 0.3.0 into /workspace/builds/worker-69/source [INFO] validating manifest of crates.io crate expectrl 0.3.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate expectrl 0.3.0 [INFO] finished tweaking crates.io crate expectrl 0.3.0 [INFO] tweaked toml for crates.io crate expectrl 0.3.0 written to /workspace/builds/worker-69/source/Cargo.toml [INFO] crate crates.io crate expectrl 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c889d1ace54f8bb291b40b58c567dc6a397ddab020ed71ec241ace45adf4c699 [INFO] running `Command { std: "docker" "start" "-a" "c889d1ace54f8bb291b40b58c567dc6a397ddab020ed71ec241ace45adf4c699", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c889d1ace54f8bb291b40b58c567dc6a397ddab020ed71ec241ace45adf4c699", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c889d1ace54f8bb291b40b58c567dc6a397ddab020ed71ec241ace45adf4c699", kill_on_drop: false }` [INFO] [stdout] c889d1ace54f8bb291b40b58c567dc6a397ddab020ed71ec241ace45adf4c699 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ece76c6a13330db58144e80708e30a0581aa401f0e200c1c6401e9257c7492ab [INFO] running `Command { std: "docker" "start" "-a" "ece76c6a13330db58144e80708e30a0581aa401f0e200c1c6401e9257c7492ab", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling nix v0.21.0 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling ptyprocess v0.3.0 [INFO] [stderr] Compiling expectrl v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: enum variant is more than three times larger (48 bytes) than the next largest [INFO] [stdout] --> src/error.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | / Other { [INFO] [stdout] 21 | | /// It's a custom error message [INFO] [stdout] 22 | | message: String, [INFO] [stdout] 23 | | /// It's an original error message (if present) [INFO] [stdout] 24 | | origin: String, [INFO] [stdout] 25 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | variant_size_differences [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.87s [INFO] running `Command { std: "docker" "inspect" "ece76c6a13330db58144e80708e30a0581aa401f0e200c1c6401e9257c7492ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ece76c6a13330db58144e80708e30a0581aa401f0e200c1c6401e9257c7492ab", kill_on_drop: false }` [INFO] [stdout] ece76c6a13330db58144e80708e30a0581aa401f0e200c1c6401e9257c7492ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 57f9c83704f317e9a20240f77eecb7216e15388277c1bfe1c090509a5a5174f8 [INFO] running `Command { std: "docker" "start" "-a" "57f9c83704f317e9a20240f77eecb7216e15388277c1bfe1c090509a5a5174f8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling expectrl v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: enum variant is more than three times larger (48 bytes) than the next largest [INFO] [stdout] --> src/error.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | / Other { [INFO] [stdout] 21 | | /// It's a custom error message [INFO] [stdout] 22 | | message: String, [INFO] [stdout] 23 | | /// It's an original error message (if present) [INFO] [stdout] 24 | | origin: String, [INFO] [stdout] 25 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | variant_size_differences [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `expectrl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name interact --edition=2018 tests/interact.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=ec58bfbb10681414 -C extra-filename=-ec58bfbb10681414 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern expectrl=/opt/rustwide/target/debug/deps/libexpectrl-a6d2ac33168548f3.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-4d83e298858417e3.rlib --extern ptyprocess=/opt/rustwide/target/debug/deps/libptyprocess-a5da1d113cc899bc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `expectrl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name expectrl --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=d50a2877a5db6f80 -C extra-filename=-d50a2877a5db6f80 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern nix=/opt/rustwide/target/debug/deps/libnix-4d83e298858417e3.rlib --extern ptyprocess=/opt/rustwide/target/debug/deps/libptyprocess-a5da1d113cc899bc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `expectrl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name io --edition=2018 tests/io.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=8e621e3617710b53 -C extra-filename=-8e621e3617710b53 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern expectrl=/opt/rustwide/target/debug/deps/libexpectrl-a6d2ac33168548f3.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-4d83e298858417e3.rlib --extern ptyprocess=/opt/rustwide/target/debug/deps/libptyprocess-a5da1d113cc899bc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `expectrl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name check --edition=2018 tests/check.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=4a08df6d2c4b2682 -C extra-filename=-4a08df6d2c4b2682 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern expectrl=/opt/rustwide/target/debug/deps/libexpectrl-a6d2ac33168548f3.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-4d83e298858417e3.rlib --extern ptyprocess=/opt/rustwide/target/debug/deps/libptyprocess-a5da1d113cc899bc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `expectrl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name is_matched --edition=2018 tests/is_matched.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=c52e759fdac1fb8b -C extra-filename=-c52e759fdac1fb8b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern expectrl=/opt/rustwide/target/debug/deps/libexpectrl-a6d2ac33168548f3.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-4d83e298858417e3.rlib --extern ptyprocess=/opt/rustwide/target/debug/deps/libptyprocess-a5da1d113cc899bc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `expectrl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name interact_with_callbacks --edition=2018 examples/interact_with_callbacks.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1301f90fd3520c12 -C extra-filename=-1301f90fd3520c12 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern expectrl=/opt/rustwide/target/debug/deps/libexpectrl-a6d2ac33168548f3.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-4d83e298858417e3.rlib --extern ptyprocess=/opt/rustwide/target/debug/deps/libptyprocess-a5da1d113cc899bc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `expectrl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name log --edition=2018 tests/log.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=ebcdccb5395a177c -C extra-filename=-ebcdccb5395a177c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern expectrl=/opt/rustwide/target/debug/deps/libexpectrl-a6d2ac33168548f3.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-4d83e298858417e3.rlib --extern ptyprocess=/opt/rustwide/target/debug/deps/libptyprocess-a5da1d113cc899bc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `expectrl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name expect --edition=2018 tests/expect.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=91d67d0eed3d3346 -C extra-filename=-91d67d0eed3d3346 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern expectrl=/opt/rustwide/target/debug/deps/libexpectrl-a6d2ac33168548f3.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-4d83e298858417e3.rlib --extern ptyprocess=/opt/rustwide/target/debug/deps/libptyprocess-a5da1d113cc899bc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `expectrl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name repl --edition=2018 tests/repl.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=6079c38e426491c2 -C extra-filename=-6079c38e426491c2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern expectrl=/opt/rustwide/target/debug/deps/libexpectrl-a6d2ac33168548f3.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-4d83e298858417e3.rlib --extern ptyprocess=/opt/rustwide/target/debug/deps/libptyprocess-a5da1d113cc899bc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `expectrl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name bash --edition=2018 examples/bash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e9f7e53f00995b43 -C extra-filename=-e9f7e53f00995b43 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern expectrl=/opt/rustwide/target/debug/deps/libexpectrl-a6d2ac33168548f3.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-4d83e298858417e3.rlib --extern ptyprocess=/opt/rustwide/target/debug/deps/libptyprocess-a5da1d113cc899bc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `expectrl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name session --edition=2018 tests/session.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=ab1c43d9adf25bb4 -C extra-filename=-ab1c43d9adf25bb4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern expectrl=/opt/rustwide/target/debug/deps/libexpectrl-a6d2ac33168548f3.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-4d83e298858417e3.rlib --extern ptyprocess=/opt/rustwide/target/debug/deps/libptyprocess-a5da1d113cc899bc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `expectrl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name python --edition=2018 examples/python.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=04571c6023c0dbb7 -C extra-filename=-04571c6023c0dbb7 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern expectrl=/opt/rustwide/target/debug/deps/libexpectrl-a6d2ac33168548f3.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-4d83e298858417e3.rlib --extern ptyprocess=/opt/rustwide/target/debug/deps/libptyprocess-a5da1d113cc899bc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "57f9c83704f317e9a20240f77eecb7216e15388277c1bfe1c090509a5a5174f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57f9c83704f317e9a20240f77eecb7216e15388277c1bfe1c090509a5a5174f8", kill_on_drop: false }` [INFO] [stdout] 57f9c83704f317e9a20240f77eecb7216e15388277c1bfe1c090509a5a5174f8