[INFO] cloning repository https://github.com/fggarcia/actix-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fggarcia/actix-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffggarcia%2Factix-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffggarcia%2Factix-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fee4e8b7374609c2f0d81f6c7618219cc9a1a11b [INFO] checking fggarcia/actix-example against master#9503ea19edbf01b9435e80e17d60ce1b88390116 for pr-81782 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffggarcia%2Factix-example" "/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/fggarcia/actix-example on toolchain 9503ea19edbf01b9435e80e17d60ce1b88390116 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fggarcia/actix-example [INFO] finished tweaking git repo https://github.com/fggarcia/actix-example [INFO] tweaked toml for git repo https://github.com/fggarcia/actix-example written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/fggarcia/actix-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ea163770767197423adf9c36bd7d62a047c69e055e6fbe9c1a7bdc4697d22a2 [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" "2ea163770767197423adf9c36bd7d62a047c69e055e6fbe9c1a7bdc4697d22a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ea163770767197423adf9c36bd7d62a047c69e055e6fbe9c1a7bdc4697d22a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ea163770767197423adf9c36bd7d62a047c69e055e6fbe9c1a7bdc4697d22a2", kill_on_drop: false }` [INFO] [stdout] 2ea163770767197423adf9c36bd7d62a047c69e055e6fbe9c1a7bdc4697d22a2 [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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a50409971ca7a8dcc084c9b89dfe178728eb8be0470069644356e701366310c [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" "0a50409971ca7a8dcc084c9b89dfe178728eb8be0470069644356e701366310c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Checking hashbrown v0.9.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking version v3.0.0 [INFO] [stderr] Checking fomat-macros v0.3.1 [INFO] [stderr] Compiling miniz_oxide v0.4.2 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking tracing-core v0.1.16 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Checking sharded-slab v0.0.9 [INFO] [stderr] Compiling standback v0.2.10 [INFO] [stderr] Compiling time v0.2.20 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Checking lz4-compress v0.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Compiling proc-macro2 v0.1.10 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking snap v0.2.5 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking sha-1 v0.9.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking futures-lite v1.7.0 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.35 [INFO] [stderr] Checking signal-hook-registry v1.2.1 [INFO] [stderr] Checking getrandom v0.1.15 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking backtrace v0.3.50 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking socket2 v0.3.15 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking flate2 v1.0.17 [INFO] [stderr] Checking polling v1.0.3 [INFO] [stderr] Checking nb-connect v1.0.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking resolv-conf v0.6.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking dns-lookup v1.0.4 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking async-io v1.1.2 [INFO] [stderr] Checking async-executor v1.1.1 [INFO] [stderr] Checking blocking v1.0.0 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking async-global-executor v1.0.2 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Compiling cdrs_helpers_derive v0.3.3 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking java-properties v1.2.0 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking tracing-log v0.1.1 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling derive_more v0.99.10 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling async-trait v0.1.40 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling gumdrop_derive v0.8.0 [INFO] [stderr] Compiling actix-web-codegen v0.3.0 [INFO] [stderr] error: could not compile `thiserror-impl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name thiserror_impl --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=f8c32138ddbd3ba4 -C extra-filename=-f8c32138ddbd3ba4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e3bb3e3bb63d7c79.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-5e6829f352700ab4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-bb2052f3175c1b53.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0a50409971ca7a8dcc084c9b89dfe178728eb8be0470069644356e701366310c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a50409971ca7a8dcc084c9b89dfe178728eb8be0470069644356e701366310c", kill_on_drop: false }` [INFO] [stdout] 0a50409971ca7a8dcc084c9b89dfe178728eb8be0470069644356e701366310c