[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 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tui v0.2.0 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e463aa9ed328657988b8d05c50790dcd74e92adb9d09218ae3708f5e35c5122e [INFO] running `Command { std: "docker" "start" "-a" "e463aa9ed328657988b8d05c50790dcd74e92adb9d09218ae3708f5e35c5122e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e463aa9ed328657988b8d05c50790dcd74e92adb9d09218ae3708f5e35c5122e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e463aa9ed328657988b8d05c50790dcd74e92adb9d09218ae3708f5e35c5122e", kill_on_drop: false }` [INFO] [stdout] e463aa9ed328657988b8d05c50790dcd74e92adb9d09218ae3708f5e35c5122e [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5bef300e396fd793ecba2df7ca011370ba319f0d1b48dd9aacf55dc7408fec0b [INFO] running `Command { std: "docker" "start" "-a" "5bef300e396fd793ecba2df7ca011370ba319f0d1b48dd9aacf55dc7408fec0b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling ioctl-rs v0.1.6 [INFO] [stderr] Compiling serial-core v0.4.0 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling serial-unix v0.4.0 [INFO] [stderr] Compiling serial v0.4.0 [INFO] [stderr] Compiling tui v0.2.0 [INFO] [stderr] Compiling serialcom v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.71s [INFO] running `Command { std: "docker" "inspect" "5bef300e396fd793ecba2df7ca011370ba319f0d1b48dd9aacf55dc7408fec0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bef300e396fd793ecba2df7ca011370ba319f0d1b48dd9aacf55dc7408fec0b", kill_on_drop: false }` [INFO] [stdout] 5bef300e396fd793ecba2df7ca011370ba319f0d1b48dd9aacf55dc7408fec0b [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4e971d836f4cdc0a5d17534cd37534d384bdb7540cd2e88c72aa0a844711166 [INFO] running `Command { std: "docker" "start" "-a" "f4e971d836f4cdc0a5d17534cd37534d384bdb7540cd2e88c72aa0a844711166", kill_on_drop: false }` [INFO] [stderr] Compiling serialcom v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `Command { std: "docker" "inspect" "f4e971d836f4cdc0a5d17534cd37534d384bdb7540cd2e88c72aa0a844711166", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4e971d836f4cdc0a5d17534cd37534d384bdb7540cd2e88c72aa0a844711166", kill_on_drop: false }` [INFO] [stdout] f4e971d836f4cdc0a5d17534cd37534d384bdb7540cd2e88c72aa0a844711166 [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f722b6d47a1aed41efad9ade51a70bb50742f7c643ba6f83ab05d8c5b697817c [INFO] running `Command { std: "docker" "start" "-a" "f722b6d47a1aed41efad9ade51a70bb50742f7c643ba6f83ab05d8c5b697817c", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/serialcom-fd6a03e77c79097e) [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" "f722b6d47a1aed41efad9ade51a70bb50742f7c643ba6f83ab05d8c5b697817c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f722b6d47a1aed41efad9ade51a70bb50742f7c643ba6f83ab05d8c5b697817c", kill_on_drop: false }` [INFO] [stdout] f722b6d47a1aed41efad9ade51a70bb50742f7c643ba6f83ab05d8c5b697817c