[INFO] cloning repository https://github.com/nikita-skobov/testme
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nikita-skobov/testme" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikita-skobov%2Ftestme", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikita-skobov%2Ftestme'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] eae5771dab76e8c9acb0c9664885b885245841a9
[INFO] testing nikita-skobov/testme against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikita-skobov%2Ftestme" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nikita-skobov/testme
[INFO] finished tweaking git repo https://github.com/nikita-skobov/testme
[INFO] tweaked toml for git repo https://github.com/nikita-skobov/testme written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nikita-skobov/testme on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nikita-skobov/testme already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded linkme-impl v0.3.33
[INFO] [stderr]   Downloaded linkme v0.3.33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f2d0513f5662a1c16b3861d1ebcbc53473f80184c05f6629de12b61041960321
[INFO] running `Command { std: "docker" "start" "-a" "f2d0513f5662a1c16b3861d1ebcbc53473f80184c05f6629de12b61041960321", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f2d0513f5662a1c16b3861d1ebcbc53473f80184c05f6629de12b61041960321", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2d0513f5662a1c16b3861d1ebcbc53473f80184c05f6629de12b61041960321", kill_on_drop: false }`
[INFO] [stdout] f2d0513f5662a1c16b3861d1ebcbc53473f80184c05f6629de12b61041960321
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6a2664761f84cb217f7723ad179222d7086d3ef45819358472aa3fb8f38357c0
[INFO] running `Command { std: "docker" "start" "-a" "6a2664761f84cb217f7723ad179222d7086d3ef45819358472aa3fb8f38357c0", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling linkme-impl v0.3.33
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling testme-derive v0.1.0 (/opt/rustwide/workdir/testme-derive)
[INFO] [stderr]    Compiling linkme v0.3.33
[INFO] [stderr]    Compiling tokio v1.46.1
[INFO] [stderr]    Compiling testme v0.1.0 (/opt/rustwide/workdir/testme)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
[INFO] running `Command { std: "docker" "inspect" "6a2664761f84cb217f7723ad179222d7086d3ef45819358472aa3fb8f38357c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a2664761f84cb217f7723ad179222d7086d3ef45819358472aa3fb8f38357c0", kill_on_drop: false }`
[INFO] [stdout] 6a2664761f84cb217f7723ad179222d7086d3ef45819358472aa3fb8f38357c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 836e99cd99c638f1f71fff30c4fcf4602ad783f6a8921fbac6add51062006168
[INFO] running `Command { std: "docker" "start" "-a" "836e99cd99c638f1f71fff30c4fcf4602ad783f6a8921fbac6add51062006168", kill_on_drop: false }`
[INFO] [stderr]    Compiling testme-derive v0.1.0 (/opt/rustwide/workdir/testme-derive)
[INFO] [stderr]    Compiling testme v0.1.0 (/opt/rustwide/workdir/testme)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.13s
[INFO] running `Command { std: "docker" "inspect" "836e99cd99c638f1f71fff30c4fcf4602ad783f6a8921fbac6add51062006168", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "836e99cd99c638f1f71fff30c4fcf4602ad783f6a8921fbac6add51062006168", kill_on_drop: false }`
[INFO] [stdout] 836e99cd99c638f1f71fff30c4fcf4602ad783f6a8921fbac6add51062006168
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fefd5dc09dcebc45b44f559feab38194bbeda2f3dd2ecdb0e1eec4141362cd38
[INFO] running `Command { std: "docker" "start" "-a" "fefd5dc09dcebc45b44f559feab38194bbeda2f3dd2ecdb0e1eec4141362cd38", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/testme-b63b05293c1f03d0)
[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] [stderr]      Running tests/example.rs (/opt/rustwide/target/debug/deps/example-c40b36805aed65af)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test::can_be_async_as_well ... FAILED
[INFO] [stdout] test test2::some_test - should panic ... ok
[INFO] [stdout] test test::normal_test has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "fefd5dc09dcebc45b44f559feab38194bbeda2f3dd2ecdb0e1eec4141362cd38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fefd5dc09dcebc45b44f559feab38194bbeda2f3dd2ecdb0e1eec4141362cd38", kill_on_drop: false }`
[INFO] [stdout] fefd5dc09dcebc45b44f559feab38194bbeda2f3dd2ecdb0e1eec4141362cd38
