[INFO] cloning repository https://github.com/Absolucy/sws [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Absolucy/sws" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbsolucy%2Fsws", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbsolucy%2Fsws'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eaa504d8d6dc86386c3b58e58800bf6c1f7877ac [INFO] checking Absolucy/sws against master#8007b506ac5da629f223b755f5a5391edd5f6d01 for pr-88041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbsolucy%2Fsws" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Absolucy/sws on toolchain 8007b506ac5da629f223b755f5a5391edd5f6d01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Absolucy/sws [INFO] finished tweaking git repo https://github.com/Absolucy/sws [INFO] tweaked toml for git repo https://github.com/Absolucy/sws written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Absolucy/sws already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "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] 3db57db73111a58a077d20f03e57c457f58bd02d8f498fa7c84a13fccd102231 [INFO] running `Command { std: "docker" "start" "-a" "3db57db73111a58a077d20f03e57c457f58bd02d8f498fa7c84a13fccd102231", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3db57db73111a58a077d20f03e57c457f58bd02d8f498fa7c84a13fccd102231", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3db57db73111a58a077d20f03e57c457f58bd02d8f498fa7c84a13fccd102231", kill_on_drop: false }` [INFO] [stdout] 3db57db73111a58a077d20f03e57c457f58bd02d8f498fa7c84a13fccd102231 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f72caca9e07802400c23a3629060579d9f06d5102214f6bb933c83e449412e7c [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" "f72caca9e07802400c23a3629060579d9f06d5102214f6bb933c83e449412e7c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking gimli v0.25.0 [INFO] [stderr] Compiling rkyv v0.6.7 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking seahash v4.1.0 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Compiling target-lexicon v0.12.1 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking instant v0.1.10 [INFO] [stderr] Compiling wasmer-vm v2.0.0 [INFO] [stderr] Compiling tokio v1.9.0 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Checking sharded-slab v0.1.3 [INFO] [stderr] Checking wast v37.0.0 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking http v0.2.4 [INFO] [stderr] Checking eyre v0.6.5 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking memmap2 v0.2.3 [INFO] [stderr] Checking object v0.26.0 [INFO] [stderr] Checking region v2.2.0 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking futures-channel v0.3.16 [INFO] [stderr] Checking mio v0.7.13 [INFO] [stderr] Checking tracing-log v0.1.2 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking addr2line v0.16.0 [INFO] [stderr] Checking http-body v0.4.3 [INFO] [stderr] Checking wat v1.0.39 [INFO] [stderr] Compiling darling_core v0.13.0 [INFO] [stderr] Compiling ptr_meta_derive v0.1.4 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling rkyv_derive v0.6.7 [INFO] [stderr] Compiling loupe-derive v0.1.3 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling wasmer-derive v2.0.0 [INFO] [stderr] Compiling darling_macro v0.13.0 [INFO] [stderr] Checking ptr_meta v0.1.4 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Compiling darling v0.13.0 [INFO] [stderr] Compiling enumset_derive v0.5.5 [INFO] [stderr] Checking enumset v1.0.7 [INFO] [stderr] Checking tokio-util v0.6.7 [INFO] [stderr] Checking tracing-serde v0.1.2 [INFO] [stderr] Checking serde_bytes v0.11.5 [INFO] [stderr] Checking loupe v0.1.3 [INFO] [stderr] Checking h2 v0.3.3 [INFO] [stderr] Checking wasmer-types v2.0.0 [INFO] [stderr] Checking tracing-subscriber v0.2.19 [INFO] [stderr] Checking tracing-error v0.1.2 [INFO] [stderr] Checking color-spantrace v0.1.6 [INFO] [stderr] Checking color-eyre v0.5.11 [INFO] [stderr] Checking hyper v0.14.11 [INFO] [stderr] Checking wasmer-compiler v2.0.0 [INFO] [stderr] Checking wasmer-engine v2.0.0 [INFO] [stderr] Checking wasmer-engine-universal v2.0.0 [INFO] [stderr] Checking wasmer v2.0.0 [INFO] [stderr] Checking sweet-web-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `Command { std: "docker" "inspect" "f72caca9e07802400c23a3629060579d9f06d5102214f6bb933c83e449412e7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f72caca9e07802400c23a3629060579d9f06d5102214f6bb933c83e449412e7c", kill_on_drop: false }` [INFO] [stdout] f72caca9e07802400c23a3629060579d9f06d5102214f6bb933c83e449412e7c