[INFO] updating cached repository https://github.com/epage/defenestrate [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b21db206d24e931242ca5562c6a199543c2bef0c [INFO] checking epage/defenestrate against try#662bf71cc5bbfe44a109ab5b7205e12ec319754c for pr-67531 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fepage%2Fdefenestrate" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/epage/defenestrate on toolchain 662bf71cc5bbfe44a109ab5b7205e12ec319754c [INFO] running `"/workspace/cargo-home/bin/cargo" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/epage/defenestrate [INFO] removed workspace from git repo https://github.com/epage/defenestrate [INFO] removed path dependency typos from git repo https://github.com/epage/defenestrate [INFO] removed path dependency typos-dict from git repo https://github.com/epage/defenestrate [INFO] finished tweaking git repo https://github.com/epage/defenestrate [INFO] tweaked toml for git repo https://github.com/epage/defenestrate written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/epage/defenestrate already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-11/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+662bf71cc5bbfe44a109ab5b7205e12ec319754c" "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] a25e91b5fbe85b012d7a5c2b2d1bfbbe28fefd308f56167e5897a85e008a5f01 [INFO] running `"docker" "start" "-a" "a25e91b5fbe85b012d7a5c2b2d1bfbbe28fefd308f56167e5897a85e008a5f01"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking siphasher v0.3.1 [INFO] [stderr] Checking unicode-segmentation v1.6.0 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking float-cmp v0.5.3 [INFO] [stderr] Checking phf_shared v0.8.0 [INFO] [stderr] Checking predicates v1.0.2 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking typos-dict v0.2.1 [INFO] [stderr] Checking globset v0.4.4 [INFO] [stderr] Checking ignore v0.4.10 [INFO] [stderr] Checking globwalk v0.7.1 [INFO] [stderr] Checking assert_fs v0.13.1 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] error: could not compile `typos-dict`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name typos_dict /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/typos-dict-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=547e4bf33647722d -C extra-filename=-547e4bf33647722d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-5970cfe69d0ac1a4.rmeta --extern phf=/opt/rustwide/target/debug/deps/libphf-70ae336582f978d7.rmeta --extern unicase=/opt/rustwide/target/debug/deps/libunicase-82f11f68d62feabf.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `syn`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name syn /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=c981dcc75e15dccc -C extra-filename=-c981dcc75e15dccc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-6df5792153fcd692.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-096e2e35f10c1007.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-85483a7ec6d70bd8.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "a25e91b5fbe85b012d7a5c2b2d1bfbbe28fefd308f56167e5897a85e008a5f01"` [INFO] running `"docker" "rm" "-f" "a25e91b5fbe85b012d7a5c2b2d1bfbbe28fefd308f56167e5897a85e008a5f01"` [INFO] [stdout] a25e91b5fbe85b012d7a5c2b2d1bfbbe28fefd308f56167e5897a85e008a5f01