[INFO] cloning repository https://github.com/divvun/spelli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/divvun/spelli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdivvun%2Fspelli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdivvun%2Fspelli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 541d2cbf3e598115f38203c2b0a71b6c833cd48c [INFO] checking divvun/spelli against master#8ac1525e091d3db28e67adcbbd6db1e1deaa37fb for pr-73323 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdivvun%2Fspelli" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/divvun/spelli on toolchain 8ac1525e091d3db28e67adcbbd6db1e1deaa37fb [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/divvun/spelli [INFO] finished tweaking git repo https://github.com/divvun/spelli [INFO] tweaked toml for git repo https://github.com/divvun/spelli written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/divvun/spelli already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 79a4eeed900cb9ba9359f2c3f0b948624511a144b967a1e529d2c095941e8a6c [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" "79a4eeed900cb9ba9359f2c3f0b948624511a144b967a1e529d2c095941e8a6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79a4eeed900cb9ba9359f2c3f0b948624511a144b967a1e529d2c095941e8a6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79a4eeed900cb9ba9359f2c3f0b948624511a144b967a1e529d2c095941e8a6c", kill_on_drop: false }` [INFO] [stdout] 79a4eeed900cb9ba9359f2c3f0b948624511a144b967a1e529d2c095941e8a6c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b5e742c0fcd6b559645b2df0f1beba262f212d150c538887f546d78b60df1d00 [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" "b5e742c0fcd6b559645b2df0f1beba262f212d150c538887f546d78b60df1d00", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Checking tinystr v0.3.2 [INFO] [stderr] Checking pct-str v1.0.2 [INFO] [stderr] Checking utfx v0.1.0 [INFO] [stderr] Checking once_cell v1.4.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking unic-langid-impl v0.9.0 [INFO] [stderr] Checking iref v1.1.5 [INFO] [stderr] Checking unic-langid v0.9.0 [INFO] [stderr] Checking fern v0.6.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Checking dirs-sys-next v0.1.0 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Checking dirs-next v1.0.1 [INFO] [stderr] Checking directories-next v1.0.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling iso639 v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling gumdrop_derive v0.8.0 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking pathos v0.1.6 [INFO] [stderr] Checking registry v1.0.0-alpha.1 [INFO] [stderr] Checking gumdrop v0.8.0 [INFO] [stderr] Checking spelli v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `registry::Data`, `registry::Hive`, `registry::RegKey`, `registry::Security` [INFO] [stdout] --> src/refresh.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use registry::{Data, Hive, RegKey, Security}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^ ^^^^^^^^ no `Security` in the root [INFO] [stdout] | | | | [INFO] [stdout] | | | no `RegKey` in the root [INFO] [stdout] | | no `Hive` in the root [INFO] [stdout] | no `Data` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `registry::key`, `registry::value`, `registry::Data`, `registry::Hive`, `registry::RegKey`, `registry::Security` [INFO] [stdout] --> src/reg.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | use registry::{key, value, Data, Hive, RegKey, Security}; [INFO] [stdout] | ^^^ ^^^^^ ^^^^ ^^^^ ^^^^^^ ^^^^^^^^ no `Security` in the root [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | no `RegKey` in the root [INFO] [stdout] | | | | no `Hive` in the root [INFO] [stdout] | | | no `Data` in the root [INFO] [stdout] | | no `value` in the root [INFO] [stdout] | no `key` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `registry::Data`, `registry::Hive`, `registry::RegKey`, `registry::Security` [INFO] [stdout] --> src/refresh.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use registry::{Data, Hive, RegKey, Security}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^ ^^^^^^^^ no `Security` in the root [INFO] [stdout] | | | | [INFO] [stdout] | | | no `RegKey` in the root [INFO] [stdout] | | no `Hive` in the root [INFO] [stdout] | no `Data` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `registry::key`, `registry::value`, `registry::Data`, `registry::Hive`, `registry::RegKey`, `registry::Security` [INFO] [stdout] --> src/reg.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | use registry::{key, value, Data, Hive, RegKey, Security}; [INFO] [stdout] | ^^^ ^^^^^ ^^^^ ^^^^ ^^^^^^ ^^^^^^^^ no `Security` in the root [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | no `RegKey` in the root [INFO] [stdout] | | | | no `Hive` in the root [INFO] [stdout] | | | no `Data` in the root [INFO] [stdout] | | no `value` in the root [INFO] [stdout] | no `key` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `spelli`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b5e742c0fcd6b559645b2df0f1beba262f212d150c538887f546d78b60df1d00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5e742c0fcd6b559645b2df0f1beba262f212d150c538887f546d78b60df1d00", kill_on_drop: false }` [INFO] [stdout] b5e742c0fcd6b559645b2df0f1beba262f212d150c538887f546d78b60df1d00