[INFO] cloning repository https://github.com/pudnax/dyn-me-pls [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pudnax/dyn-me-pls" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpudnax%2Fdyn-me-pls", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpudnax%2Fdyn-me-pls'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6d7f9815ec61092a11c7a0c505bdef80c2d24e1e [INFO] testing pudnax/dyn-me-pls 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%2Fpudnax%2Fdyn-me-pls" "/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/pudnax/dyn-me-pls 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/pudnax/dyn-me-pls [INFO] finished tweaking git repo https://github.com/pudnax/dyn-me-pls [INFO] tweaked toml for git repo https://github.com/pudnax/dyn-me-pls written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/pudnax/dyn-me-pls 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] 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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] e726c39152b81c3b81931e4c31d72ed2f1fbbe57624afcf537da1199a136cbfc [INFO] running `Command { std: "docker" "start" "-a" "e726c39152b81c3b81931e4c31d72ed2f1fbbe57624afcf537da1199a136cbfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e726c39152b81c3b81931e4c31d72ed2f1fbbe57624afcf537da1199a136cbfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e726c39152b81c3b81931e4c31d72ed2f1fbbe57624afcf537da1199a136cbfc", kill_on_drop: false }` [INFO] [stdout] e726c39152b81c3b81931e4c31d72ed2f1fbbe57624afcf537da1199a136cbfc [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] b86bf8fde03749bd3974a507b49377d19eeb314607cd67f9ca0fa2a56227c014 [INFO] running `Command { std: "docker" "start" "-a" "b86bf8fde03749bd3974a507b49377d19eeb314607cd67f9ca0fa2a56227c014", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling argh_shared v0.1.4 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling rshared v0.1.0 (/opt/rustwide/workdir/rshared) [INFO] [stderr] Compiling rdyn v0.1.0 (/opt/rustwide/workdir/rdyn) [INFO] [stderr] Compiling wayland-sys v0.27.0 [INFO] [stderr] Compiling xkbcommon-sys v0.7.4 [INFO] [stderr] Compiling libloading v0.6.5 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling greet v0.1.0 (/opt/rustwide/workdir/greet-rs) [INFO] [stderr] Compiling wayland-scanner v0.27.0 [INFO] [stderr] Compiling cstr v0.2.5 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling minifb v0.19.1 [INFO] [stderr] Compiling wayland-client v0.27.0 [INFO] [stderr] Compiling wayland-protocols v0.27.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling compromise v0.1.0 (/opt/rustwide/workdir/compromise) [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling filetime v0.2.12 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling inotify v0.8.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling xkb v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling xcursor v0.3.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling argh_derive v0.1.4 [INFO] [stderr] Compiling notify v5.0.0-pre.4 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling argh v0.1.4 [INFO] [stderr] Compiling live-reload v0.1.0 (/opt/rustwide/workdir/live-reload) [INFO] [stderr] Compiling rdyn-3p v0.1.0 (/opt/rustwide/workdir/rdyn-3p) [INFO] [stderr] Compiling wayland-commons v0.27.0 [INFO] [stderr] Compiling wayland-cursor v0.27.0 [INFO] [stderr] Compiling gfx-reload v0.1.0 (/opt/rustwide/workdir/gfx-reload) [INFO] [stdout] warning: value assigned to `plugin` is never read [INFO] [stdout] --> gfx-reload/src/main.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | plugin = None; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 09s [INFO] running `Command { std: "docker" "inspect" "b86bf8fde03749bd3974a507b49377d19eeb314607cd67f9ca0fa2a56227c014", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b86bf8fde03749bd3974a507b49377d19eeb314607cd67f9ca0fa2a56227c014", kill_on_drop: false }` [INFO] [stdout] b86bf8fde03749bd3974a507b49377d19eeb314607cd67f9ca0fa2a56227c014 [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--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] 7cd25950d3f6151bff4a1b85b469efffcbcf34d79dc51daa437ba395112ab2ee [INFO] running `Command { std: "docker" "start" "-a" "7cd25950d3f6151bff4a1b85b469efffcbcf34d79dc51daa437ba395112ab2ee", kill_on_drop: false }` [INFO] [stderr] Compiling common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling rdyn v0.1.0 (/opt/rustwide/workdir/rdyn) [INFO] [stderr] Compiling greet v0.1.0 (/opt/rustwide/workdir/greet-rs) [INFO] [stderr] Compiling rshared v0.1.0 (/opt/rustwide/workdir/rshared) [INFO] [stderr] Compiling compromise v0.1.0 (/opt/rustwide/workdir/compromise) [INFO] [stderr] Compiling live-reload v0.1.0 (/opt/rustwide/workdir/live-reload) [INFO] [stderr] Compiling rdyn-3p v0.1.0 (/opt/rustwide/workdir/rdyn-3p) [INFO] [stderr] Compiling gfx-reload v0.1.0 (/opt/rustwide/workdir/gfx-reload) [INFO] [stdout] warning: value assigned to `plugin` is never read [INFO] [stdout] --> gfx-reload/src/main.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | plugin = None; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.50s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/common-0ef7841a106ca83b) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/compromise-382c3d82aadb72bf) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/gfx_reload-91e49fdf326fd9a9) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/greet-605e877b63e21ff9) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/live_reload-303cd12f22368d8b) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rdyn-bb4cad94971628f0) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rdyn_3p-1077270a55d111aa) [INFO] [stderr] Executable unittests src/bin/reload.rs (/opt/rustwide/target/debug/deps/reload-78bc1f7ae15ef31b) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rshared-fc339284d7a9fc69) [INFO] running `Command { std: "docker" "inspect" "7cd25950d3f6151bff4a1b85b469efffcbcf34d79dc51daa437ba395112ab2ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cd25950d3f6151bff4a1b85b469efffcbcf34d79dc51daa437ba395112ab2ee", kill_on_drop: false }` [INFO] [stdout] 7cd25950d3f6151bff4a1b85b469efffcbcf34d79dc51daa437ba395112ab2ee [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 728209f08343668b74245b0e47cc13b0f255039a7fe539d184cc91bf21b4b4c1 [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" "728209f08343668b74245b0e47cc13b0f255039a7fe539d184cc91bf21b4b4c1", kill_on_drop: false }` [INFO] [stderr] warning: value assigned to `plugin` is never read [INFO] [stderr] --> gfx-reload/src/main.rs:74:13 [INFO] [stderr] | [INFO] [stderr] 74 | plugin = None; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: `gfx-reload` (bin "gfx-reload" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/common-0ef7841a106ca83b) [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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/compromise-382c3d82aadb72bf) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gfx_reload-91e49fdf326fd9a9) [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] [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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/greet-605e877b63e21ff9) [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 unittests src/main.rs (/opt/rustwide/target/debug/deps/live_reload-303cd12f22368d8b) [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 unittests src/main.rs (/opt/rustwide/target/debug/deps/rdyn-bb4cad94971628f0) [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 unittests src/main.rs (/opt/rustwide/target/debug/deps/rdyn_3p-1077270a55d111aa) [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 unittests src/bin/reload.rs (/opt/rustwide/target/debug/deps/reload-78bc1f7ae15ef31b) [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 unittests src/main.rs (/opt/rustwide/target/debug/deps/rshared-fc339284d7a9fc69) [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] Doc-tests common [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] Doc-tests compromise [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" "728209f08343668b74245b0e47cc13b0f255039a7fe539d184cc91bf21b4b4c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "728209f08343668b74245b0e47cc13b0f255039a7fe539d184cc91bf21b4b4c1", kill_on_drop: false }` [INFO] [stdout] 728209f08343668b74245b0e47cc13b0f255039a7fe539d184cc91bf21b4b4c1