[INFO] cloning repository https://github.com/parker-codes/sauron-test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/parker-codes/sauron-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparker-codes%2Fsauron-test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparker-codes%2Fsauron-test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8b79e99a533b595a38633e5d8df2d1e735ece53b [INFO] testing parker-codes/sauron-test against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparker-codes%2Fsauron-test" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/parker-codes/sauron-test 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/parker-codes/sauron-test [INFO] finished tweaking git repo https://github.com/parker-codes/sauron-test [INFO] tweaked toml for git repo https://github.com/parker-codes/sauron-test written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/parker-codes/sauron-test 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] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded log v0.4.12 [INFO] [stderr] Downloaded syn-rsx v0.7.3 [INFO] [stderr] Downloaded sauron-node-macro v0.33.0 [INFO] [stderr] Downloaded mt-dom v0.6.2 [INFO] [stderr] Downloaded sauron v0.33.0 [INFO] [stderr] Downloaded sauron-core v0.33.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b7da564172fd0eeaa572516594e13ff23f115282be25cac029cd7e090ded3be4 [INFO] running `Command { std: "docker" "start" "-a" "b7da564172fd0eeaa572516594e13ff23f115282be25cac029cd7e090ded3be4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b7da564172fd0eeaa572516594e13ff23f115282be25cac029cd7e090ded3be4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7da564172fd0eeaa572516594e13ff23f115282be25cac029cd7e090ded3be4", kill_on_drop: false }` [INFO] [stdout] b7da564172fd0eeaa572516594e13ff23f115282be25cac029cd7e090ded3be4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c8d09e5214b0fa519981413e416e56156e745eb1aed4eba2781cac28d6ec7599 [INFO] running `Command { std: "docker" "start" "-a" "c8d09e5214b0fa519981413e416e56156e745eb1aed4eba2781cac28d6ec7599", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling log v0.4.12 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.69 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling wasm-bindgen v0.2.69 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling mt-dom v0.6.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.69 [INFO] [stderr] Compiling syn-rsx v0.7.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.69 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling sauron-node-macro v0.33.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.69 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling js-sys v0.3.46 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling web-sys v0.3.46 [INFO] [stderr] Compiling sauron-core v0.33.0 [INFO] [stderr] Compiling console_log v0.2.0 [INFO] [stderr] Compiling sauron v0.33.0 [INFO] [stderr] Compiling sauron-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "c8d09e5214b0fa519981413e416e56156e745eb1aed4eba2781cac28d6ec7599", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8d09e5214b0fa519981413e416e56156e745eb1aed4eba2781cac28d6ec7599", kill_on_drop: false }` [INFO] [stdout] c8d09e5214b0fa519981413e416e56156e745eb1aed4eba2781cac28d6ec7599 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e68c72e4cda29bd767c266a7837f5251772962890a2206a8088d8b2ae9135465 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e68c72e4cda29bd767c266a7837f5251772962890a2206a8088d8b2ae9135465", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling sauron-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.45s [INFO] running `Command { std: "docker" "inspect" "e68c72e4cda29bd767c266a7837f5251772962890a2206a8088d8b2ae9135465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e68c72e4cda29bd767c266a7837f5251772962890a2206a8088d8b2ae9135465", kill_on_drop: false }` [INFO] [stdout] e68c72e4cda29bd767c266a7837f5251772962890a2206a8088d8b2ae9135465 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f30f9fd7d2f46c0d52cd01c81c64c6238ced766607a6f8a13775e9d54f84cc40 [INFO] running `Command { std: "docker" "start" "-a" "f30f9fd7d2f46c0d52cd01c81c64c6238ced766607a6f8a13775e9d54f84cc40", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sauron_test-dafa5617e5ccfa98) [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" "f30f9fd7d2f46c0d52cd01c81c64c6238ced766607a6f8a13775e9d54f84cc40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f30f9fd7d2f46c0d52cd01c81c64c6238ced766607a6f8a13775e9d54f84cc40", kill_on_drop: false }` [INFO] [stdout] f30f9fd7d2f46c0d52cd01c81c64c6238ced766607a6f8a13775e9d54f84cc40