[INFO] cloning repository https://github.com/chills42/uat2text-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chills42/uat2text-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchills42%2Fuat2text-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchills42%2Fuat2text-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 602cf8d0c81a7885292df75c1c85a8e035ffd257 [INFO] testing chills42/uat2text-rs 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%2Fchills42%2Fuat2text-rs" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chills42/uat2text-rs 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/chills42/uat2text-rs [INFO] finished tweaking git repo https://github.com/chills42/uat2text-rs [INFO] tweaked toml for git repo https://github.com/chills42/uat2text-rs written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/chills42/uat2text-rs 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 4a582f7855505f8000860393478f3ddf2276b0708b69062ab838f78273e9bf87 [INFO] running `Command { std: "docker" "start" "-a" "4a582f7855505f8000860393478f3ddf2276b0708b69062ab838f78273e9bf87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a582f7855505f8000860393478f3ddf2276b0708b69062ab838f78273e9bf87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a582f7855505f8000860393478f3ddf2276b0708b69062ab838f78273e9bf87", kill_on_drop: false }` [INFO] [stdout] 4a582f7855505f8000860393478f3ddf2276b0708b69062ab838f78273e9bf87 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 713fafcc5b64c0ff32f6c364537e3f09146855d05364dbe0694b7d279811f533 [INFO] running `Command { std: "docker" "start" "-a" "713fafcc5b64c0ff32f6c364537e3f09146855d05364dbe0694b7d279811f533", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.71 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling bitfield v0.13.2 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling uat2text-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 31s [INFO] running `Command { std: "docker" "inspect" "713fafcc5b64c0ff32f6c364537e3f09146855d05364dbe0694b7d279811f533", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "713fafcc5b64c0ff32f6c364537e3f09146855d05364dbe0694b7d279811f533", kill_on_drop: false }` [INFO] [stdout] 713fafcc5b64c0ff32f6c364537e3f09146855d05364dbe0694b7d279811f533 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] aa875b090526c12c1a3fcaa944c8cebb5d0439a13c775374e5e7c8d9dc5f58e8 [INFO] running `Command { std: "docker" "start" "-a" "aa875b090526c12c1a3fcaa944c8cebb5d0439a13c775374e5e7c8d9dc5f58e8", kill_on_drop: false }` [INFO] [stderr] Compiling uat2text-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.65s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/uat2text_rs-dff28d96215a942c) [INFO] running `Command { std: "docker" "inspect" "aa875b090526c12c1a3fcaa944c8cebb5d0439a13c775374e5e7c8d9dc5f58e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa875b090526c12c1a3fcaa944c8cebb5d0439a13c775374e5e7c8d9dc5f58e8", kill_on_drop: false }` [INFO] [stdout] aa875b090526c12c1a3fcaa944c8cebb5d0439a13c775374e5e7c8d9dc5f58e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 964313ba148c8a29ceb5b91d23c6c7a769358841a9bc3e65026f992c83ad478e [INFO] running `Command { std: "docker" "start" "-a" "964313ba148c8a29ceb5b91d23c6c7a769358841a9bc3e65026f992c83ad478e", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/uat2text_rs-dff28d96215a942c) [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" "964313ba148c8a29ceb5b91d23c6c7a769358841a9bc3e65026f992c83ad478e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "964313ba148c8a29ceb5b91d23c6c7a769358841a9bc3e65026f992c83ad478e", kill_on_drop: false }` [INFO] [stdout] 964313ba148c8a29ceb5b91d23c6c7a769358841a9bc3e65026f992c83ad478e