[INFO] cloning repository https://github.com/arturh85/rlua-async-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arturh85/rlua-async-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farturh85%2Frlua-async-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farturh85%2Frlua-async-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0aeaa0576683a516eba1c417954c314bae732fb9 [INFO] testing arturh85/rlua-async-example against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farturh85%2Frlua-async-example" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/arturh85/rlua-async-example on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/arturh85/rlua-async-example [INFO] finished tweaking git repo https://github.com/arturh85/rlua-async-example [INFO] tweaked toml for git repo https://github.com/arturh85/rlua-async-example written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/arturh85/rlua-async-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rlua v0.17.0 [INFO] [stderr] Downloaded rlua-async v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c31fb9fa092e387bb8a9f5dc0278439143b9a5cfbd91f36283fa6dfdcebe8c6e [INFO] running `Command { std: "docker" "start" "-a" "c31fb9fa092e387bb8a9f5dc0278439143b9a5cfbd91f36283fa6dfdcebe8c6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c31fb9fa092e387bb8a9f5dc0278439143b9a5cfbd91f36283fa6dfdcebe8c6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c31fb9fa092e387bb8a9f5dc0278439143b9a5cfbd91f36283fa6dfdcebe8c6e", kill_on_drop: false }` [INFO] [stdout] c31fb9fa092e387bb8a9f5dc0278439143b9a5cfbd91f36283fa6dfdcebe8c6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34a8981a426aafa51327a0d7ed4aaa4816456dcde1b9bac0646bdd6f91d755fb [INFO] running `Command { std: "docker" "start" "-a" "34a8981a426aafa51327a0d7ed4aaa4816456dcde1b9bac0646bdd6f91d755fb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling rlua v0.17.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling rlua-async v0.4.0 [INFO] [stderr] Compiling rlua-async-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.78s [INFO] running `Command { std: "docker" "inspect" "34a8981a426aafa51327a0d7ed4aaa4816456dcde1b9bac0646bdd6f91d755fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34a8981a426aafa51327a0d7ed4aaa4816456dcde1b9bac0646bdd6f91d755fb", kill_on_drop: false }` [INFO] [stdout] 34a8981a426aafa51327a0d7ed4aaa4816456dcde1b9bac0646bdd6f91d755fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e53fc279741e3fe4ee5ed93ad9f113902516a53e419e2c8c5a2e0a7233574e6 [INFO] running `Command { std: "docker" "start" "-a" "4e53fc279741e3fe4ee5ed93ad9f113902516a53e419e2c8c5a2e0a7233574e6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rlua-async-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 39s [INFO] running `Command { std: "docker" "inspect" "4e53fc279741e3fe4ee5ed93ad9f113902516a53e419e2c8c5a2e0a7233574e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e53fc279741e3fe4ee5ed93ad9f113902516a53e419e2c8c5a2e0a7233574e6", kill_on_drop: false }` [INFO] [stdout] 4e53fc279741e3fe4ee5ed93ad9f113902516a53e419e2c8c5a2e0a7233574e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 74e83a9f202f35a4c2915bda40a1acd822bce2102ecf331d7b3644f07a2f4bad [INFO] running `Command { std: "docker" "start" "-a" "74e83a9f202f35a4c2915bda40a1acd822bce2102ecf331d7b3644f07a2f4bad", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rlua_async_example-b336490eed2335ea) [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" "74e83a9f202f35a4c2915bda40a1acd822bce2102ecf331d7b3644f07a2f4bad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74e83a9f202f35a4c2915bda40a1acd822bce2102ecf331d7b3644f07a2f4bad", kill_on_drop: false }` [INFO] [stdout] 74e83a9f202f35a4c2915bda40a1acd822bce2102ecf331d7b3644f07a2f4bad