[INFO] cloning repository https://github.com/QSCTech/jw-parser [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/QSCTech/jw-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQSCTech%2Fjw-parser"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQSCTech%2Fjw-parser'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 64967c129815bc9302ef89787ea38133014969cb [INFO] checking QSCTech/jw-parser against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQSCTech%2Fjw-parser" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/QSCTech/jw-parser on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/QSCTech/jw-parser [INFO] removed 1 missing examples [INFO] finished tweaking git repo https://github.com/QSCTech/jw-parser [INFO] tweaked toml for git repo https://github.com/QSCTech/jw-parser written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 33ce9624f0ceab9fdd3860747507ff342221c20b837a491d10d093c4e54653e4 [INFO] running `"docker" "start" "-a" "33ce9624f0ceab9fdd3860747507ff342221c20b837a491d10d093c4e54653e4"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling ego-tree v0.6.2 [INFO] [stderr] Checking tower-service v0.3.0-alpha.2 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling http v0.1.19 [INFO] [stderr] Checking http-body v0.2.0-alpha.3 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking serde-hjson v0.8.2 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Compiling string_cache v0.7.4 [INFO] [stderr] Checking tokio-sync v0.2.0-alpha.6 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling derive_more v0.13.0 [INFO] [stderr] Compiling reformation_derive v0.4.1 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling pin-project-internal v0.4.4 [INFO] [stderr] Compiling cssparser v0.25.9 [INFO] [stderr] Compiling cssparser-macros v0.3.6 [INFO] [stderr] Compiling html5ever v0.24.1 [INFO] [stderr] Compiling tracing-attributes v0.1.4 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.6 [INFO] [stderr] Compiling interfacer-http-attribute v0.2.1 [INFO] [stderr] Compiling async-trait v0.1.15 [INFO] [stderr] error: could not compile `derive_more`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name derive_more /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/derive_more-0.15.0/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=55286c455136a1ab -C extra-filename=-55286c455136a1ab --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-a0a755df04881052.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-153ef91a2423cb9a.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-18d820e551b78998.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-d7094c9a6fd58f75.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-b851f6c5ecee368f.rlib --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 `"docker" "inspect" "33ce9624f0ceab9fdd3860747507ff342221c20b837a491d10d093c4e54653e4"` [INFO] running `"docker" "rm" "-f" "33ce9624f0ceab9fdd3860747507ff342221c20b837a491d10d093c4e54653e4"` [INFO] [stdout] 33ce9624f0ceab9fdd3860747507ff342221c20b837a491d10d093c4e54653e4