[INFO] cloning repository https://github.com/Tacklebox/serialcom [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Tacklebox/serialcom" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTacklebox%2Fserialcom", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTacklebox%2Fserialcom'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 78c32fdd21648ac87579990ab17ab2b48dc4f00c [INFO] testing Tacklebox/serialcom against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTacklebox%2Fserialcom" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Tacklebox/serialcom 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 git repo https://github.com/Tacklebox/serialcom [INFO] finished tweaking git repo https://github.com/Tacklebox/serialcom [INFO] tweaked toml for git repo https://github.com/Tacklebox/serialcom written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Tacklebox/serialcom 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 7504348b8e9b50a78597b62227289d3007096e5ac885f8ee5ced0d4dd7b5b7a7 [INFO] running `Command { std: "docker" "start" "-a" "7504348b8e9b50a78597b62227289d3007096e5ac885f8ee5ced0d4dd7b5b7a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7504348b8e9b50a78597b62227289d3007096e5ac885f8ee5ced0d4dd7b5b7a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7504348b8e9b50a78597b62227289d3007096e5ac885f8ee5ced0d4dd7b5b7a7", kill_on_drop: false }` [INFO] [stdout] 7504348b8e9b50a78597b62227289d3007096e5ac885f8ee5ced0d4dd7b5b7a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 088087d3c9ddeb2c7fa8d23a36fc74e86d65a8573184e996d9ead8ba718addaa [INFO] running `Command { std: "docker" "start" "-a" "088087d3c9ddeb2c7fa8d23a36fc74e86d65a8573184e996d9ead8ba718addaa", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling ioctl-rs v0.1.6 [INFO] [stderr] Compiling serial-core v0.4.0 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling serial-unix v0.4.0 [INFO] [stderr] Compiling tui v0.2.0 [INFO] [stderr] Compiling serial v0.4.0 [INFO] [stderr] Compiling serialcom v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.83s [INFO] running `Command { std: "docker" "inspect" "088087d3c9ddeb2c7fa8d23a36fc74e86d65a8573184e996d9ead8ba718addaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "088087d3c9ddeb2c7fa8d23a36fc74e86d65a8573184e996d9ead8ba718addaa", kill_on_drop: false }` [INFO] [stdout] 088087d3c9ddeb2c7fa8d23a36fc74e86d65a8573184e996d9ead8ba718addaa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 29ce393caa5fb2e9307d886062f60b21a8d61d4eb94b21bea5e2b3865f8422eb [INFO] running `Command { std: "docker" "start" "-a" "29ce393caa5fb2e9307d886062f60b21a8d61d4eb94b21bea5e2b3865f8422eb", kill_on_drop: false }` [INFO] [stderr] Compiling serialcom v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.35s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/serialcom-246198074cdc59ae) [INFO] running `Command { std: "docker" "inspect" "29ce393caa5fb2e9307d886062f60b21a8d61d4eb94b21bea5e2b3865f8422eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29ce393caa5fb2e9307d886062f60b21a8d61d4eb94b21bea5e2b3865f8422eb", kill_on_drop: false }` [INFO] [stdout] 29ce393caa5fb2e9307d886062f60b21a8d61d4eb94b21bea5e2b3865f8422eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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", kill_on_drop: false }` [INFO] [stdout] f1eddc6426a1b85eace57ef04baadc6c717bb938aea88af32778cc73dfd24f82 [INFO] running `Command { std: "docker" "start" "-a" "f1eddc6426a1b85eace57ef04baadc6c717bb938aea88af32778cc73dfd24f82", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/serialcom-246198074cdc59ae) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f1eddc6426a1b85eace57ef04baadc6c717bb938aea88af32778cc73dfd24f82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1eddc6426a1b85eace57ef04baadc6c717bb938aea88af32778cc73dfd24f82", kill_on_drop: false }` [INFO] [stdout] f1eddc6426a1b85eace57ef04baadc6c717bb938aea88af32778cc73dfd24f82