[INFO] cloning repository https://github.com/lilyinstarlight/lights [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lilyinstarlight/lights" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flilyinstarlight%2Flights", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flilyinstarlight%2Flights'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1a26670633b0c4c443ef5bbe59e6b386d5a480dd [INFO] checking lilyinstarlight/lights against master#39d8d3ab6a880179ef12b5d11414d940711ed422 for pr-87316 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flilyinstarlight%2Flights" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lilyinstarlight/lights on toolchain 39d8d3ab6a880179ef12b5d11414d940711ed422 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39d8d3ab6a880179ef12b5d11414d940711ed422" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lilyinstarlight/lights [INFO] finished tweaking git repo https://github.com/lilyinstarlight/lights [INFO] tweaked toml for git repo https://github.com/lilyinstarlight/lights written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/lilyinstarlight/lights already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39d8d3ab6a880179ef12b5d11414d940711ed422" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+39d8d3ab6a880179ef12b5d11414d940711ed422" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 49bda2aec1cfa1074e4b1920f13fc49c8db27770127670c70093fd8456d596b2 [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" "49bda2aec1cfa1074e4b1920f13fc49c8db27770127670c70093fd8456d596b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "49bda2aec1cfa1074e4b1920f13fc49c8db27770127670c70093fd8456d596b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49bda2aec1cfa1074e4b1920f13fc49c8db27770127670c70093fd8456d596b2", kill_on_drop: false }` [INFO] [stdout] 49bda2aec1cfa1074e4b1920f13fc49c8db27770127670c70093fd8456d596b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+39d8d3ab6a880179ef12b5d11414d940711ed422" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 560577c49ae0e8f92b0bd2a405e0919abff4a14e53538b41248fd5ccdc7a3e9b [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" "560577c49ae0e8f92b0bd2a405e0919abff4a14e53538b41248fd5ccdc7a3e9b", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Compiling state v0.5.1 [INFO] [stderr] Checking deunicode v0.4.3 [INFO] [stderr] Compiling rustversion v1.0.5 [INFO] [stderr] Checking spin v0.9.0 [INFO] [stderr] Checking normpath v0.3.0 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling cookie v0.15.0 [INFO] [stderr] Compiling multer v2.0.0 [INFO] [stderr] Compiling figment v0.10.5 [INFO] [stderr] Compiling rocket v0.5.0-rc.1 [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking rosc v0.5.2 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking http v0.2.4 [INFO] [stderr] Checking slug v0.1.4 [INFO] [stderr] Compiling http-body v0.4.2 [INFO] [stderr] Checking crossbeam-utils v0.8.5 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking filetime v0.2.14 [INFO] [stderr] Checking rppal v0.12.0 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking bstr v0.2.16 [INFO] [stderr] Checking twoway v0.2.2 [INFO] [stderr] Checking mio v0.7.13 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling tokio v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling atomic v0.5.0 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking inotify v0.7.1 [INFO] [stderr] Compiling darling_core v0.13.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Checking unic-segment v0.9.0 [INFO] [stderr] Checking sha-1 v0.9.6 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Checking serde_json v1.0.64 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Compiling devise_core v0.3.0 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking tungstenite v0.13.0 [INFO] [stderr] Checking notify v4.0.17 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Checking globset v0.4.7 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Checking ignore v0.4.18 [INFO] [stderr] Compiling devise_codegen v0.3.0 [INFO] [stderr] Compiling darling_macro v0.13.0 [INFO] [stderr] Checking globwalk v0.8.1 [INFO] [stderr] Compiling pear v0.2.3 [INFO] [stderr] Checking tokio-util v0.6.7 [INFO] [stderr] Checking tokio-stream v0.1.6 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling darling v0.13.0 [INFO] [stderr] Compiling serde_with_macros v1.4.2 [INFO] [stderr] Compiling devise v0.3.0 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Checking futures-executor v0.3.15 [INFO] [stderr] Checking tokio-tungstenite v0.14.0 [INFO] [stderr] Checking futures v0.3.15 [INFO] [stderr] Checking serde_with v1.9.3 [INFO] [stderr] Checking hyper v0.14.9 [INFO] [stderr] Checking rocket_http v0.5.0-rc.1 [INFO] [stderr] Checking tera v1.11.0 [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.1 [INFO] [stderr] Checking rocket_dyn_templates v0.1.0-rc.1 [INFO] [stderr] Checking fooster_lights v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 22s [INFO] running `Command { std: "docker" "inspect" "560577c49ae0e8f92b0bd2a405e0919abff4a14e53538b41248fd5ccdc7a3e9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "560577c49ae0e8f92b0bd2a405e0919abff4a14e53538b41248fd5ccdc7a3e9b", kill_on_drop: false }` [INFO] [stdout] 560577c49ae0e8f92b0bd2a405e0919abff4a14e53538b41248fd5ccdc7a3e9b