[INFO] cloning repository https://github.com/alexalikiotis/lava-lamp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexalikiotis/lava-lamp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexalikiotis%2Flava-lamp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexalikiotis%2Flava-lamp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4856d11cfb93668638afd11c20c0ce8fd7ce421f [INFO] checking alexalikiotis/lava-lamp against master#836c31742687ba4e2f857b5b698e1e9e6b67619c for pr-81789 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexalikiotis%2Flava-lamp" "/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/alexalikiotis/lava-lamp on toolchain 836c31742687ba4e2f857b5b698e1e9e6b67619c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+836c31742687ba4e2f857b5b698e1e9e6b67619c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alexalikiotis/lava-lamp [INFO] finished tweaking git repo https://github.com/alexalikiotis/lava-lamp [INFO] tweaked toml for git repo https://github.com/alexalikiotis/lava-lamp written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/alexalikiotis/lava-lamp already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+836c31742687ba4e2f857b5b698e1e9e6b67619c" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+836c31742687ba4e2f857b5b698e1e9e6b67619c" "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] bc1410848625c96e0b3a3cdd7eba2d51e5fbd652c35a4814ca5e73285b695c77 [INFO] running `Command { std: "docker" "start" "-a" "bc1410848625c96e0b3a3cdd7eba2d51e5fbd652c35a4814ca5e73285b695c77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc1410848625c96e0b3a3cdd7eba2d51e5fbd652c35a4814ca5e73285b695c77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc1410848625c96e0b3a3cdd7eba2d51e5fbd652c35a4814ca5e73285b695c77", kill_on_drop: false }` [INFO] [stdout] bc1410848625c96e0b3a3cdd7eba2d51e5fbd652c35a4814ca5e73285b695c77 [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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+836c31742687ba4e2f857b5b698e1e9e6b67619c" "check" "--frozen" "--all" "--all-targets" "--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] 0a01505c9563658c1a6630a2a7ba98d339f21a34bd6fc4df49ed6327402d99a6 [INFO] running `Command { std: "docker" "start" "-a" "0a01505c9563658c1a6630a2a7ba98d339f21a34bd6fc4df49ed6327402d99a6", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Compiling serde v1.0.119 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.119 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking rand_core v0.6.1 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking gfx_core v0.9.2 [INFO] [stderr] Checking glyph_brush v0.6.3 [INFO] [stderr] Checking gilrs-core v0.2.6 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Compiling rand v0.8.2 [INFO] [stderr] Checking glyph_brush v0.5.4 [INFO] [stderr] Checking gilrs v0.7.4 [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling gfx_gl v0.6.1 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Checking gfx v0.18.2 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling cargo_metadata v0.10.0 [INFO] [stderr] Checking winit v0.19.5 [INFO] [stderr] Checking gfx_device_gl v0.16.2 [INFO] [stderr] Compiling skeptic v0.13.5 [INFO] [stderr] Checking glutin v0.20.1 [INFO] [stderr] Checking gfx_window_glutin v0.30.0 [INFO] [stderr] Compiling ggez v0.5.1 [INFO] [stderr] Checking lava-lamp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.98s [INFO] running `Command { std: "docker" "inspect" "0a01505c9563658c1a6630a2a7ba98d339f21a34bd6fc4df49ed6327402d99a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a01505c9563658c1a6630a2a7ba98d339f21a34bd6fc4df49ed6327402d99a6", kill_on_drop: false }` [INFO] [stdout] 0a01505c9563658c1a6630a2a7ba98d339f21a34bd6fc4df49ed6327402d99a6