[INFO] cloning repository https://github.com/jrconlin/autoendpoint-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jrconlin/autoendpoint-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrconlin%2Fautoendpoint-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrconlin%2Fautoendpoint-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9ec0739dad3c068d53ed3dac0dd64256682724bf [INFO] checking jrconlin/autoendpoint-rs against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrconlin%2Fautoendpoint-rs" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jrconlin/autoendpoint-rs on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jrconlin/autoendpoint-rs [INFO] finished tweaking git repo https://github.com/jrconlin/autoendpoint-rs [INFO] tweaked toml for git repo https://github.com/jrconlin/autoendpoint-rs written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/jrconlin/autoendpoint-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 264fac74beb310eff0b21a02c00e2032b40ce97416295026ee5d7bdc2b00462a [INFO] running `"docker" "start" "-a" "264fac74beb310eff0b21a02c00e2032b40ce97416295026ee5d7bdc2b00462a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling rusoto_core v0.40.0 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking cadence v0.18.0 [INFO] [stderr] Checking backtrace v0.3.35 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking erased-serde v0.3.9 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking crossbeam v0.7.2 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-process v0.2.4 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking trust-dns-proto v0.7.4 [INFO] [stderr] Checking hyper v0.12.33 [INFO] [stderr] Checking slog-scope v4.1.2 [INFO] [stderr] Checking slog-mozlog-json v0.1.0 [INFO] [stderr] Checking slog-async v2.3.0 [INFO] [stderr] Checking slog-term v2.4.1 [INFO] [stderr] Checking slog-stdlog v4.0.0 [INFO] [stderr] Checking trust-dns-resolver v0.11.1 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking rusoto_credential v0.40.0 [INFO] [stderr] Checking actix-connect v0.2.3 [INFO] [stderr] Checking actix-http v0.2.9 [INFO] [stderr] Checking rusoto_dynamodb v0.40.0 [INFO] [stderr] Checking awc v0.2.4 [INFO] [stderr] Checking actix-web v1.0.5 [INFO] [stderr] Checking autoendpoint-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `crate::settings` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::settings; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `settings` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Docopt` [INFO] [stderr] --> src/main.rs:151:22 [INFO] [stderr] | [INFO] [stderr] 151 | let args: Args = Docopt::new(USAGE) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Docopt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `server` [INFO] [stderr] --> src/main.rs:156:15 [INFO] [stderr] | [INFO] [stderr] 156 | let sys = server::Server::with_settings(settings).unwrap(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `server` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::settings` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::settings; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `settings` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `autoendpoint-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Docopt` [INFO] [stderr] --> src/main.rs:151:22 [INFO] [stderr] | [INFO] [stderr] 151 | let args: Args = Docopt::new(USAGE) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Docopt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `server` [INFO] [stderr] --> src/main.rs:156:15 [INFO] [stderr] | [INFO] [stderr] 156 | let sys = server::Server::with_settings(settings).unwrap(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `server` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `autoendpoint-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "264fac74beb310eff0b21a02c00e2032b40ce97416295026ee5d7bdc2b00462a"` [INFO] running `"docker" "rm" "-f" "264fac74beb310eff0b21a02c00e2032b40ce97416295026ee5d7bdc2b00462a"` [INFO] [stdout] 264fac74beb310eff0b21a02c00e2032b40ce97416295026ee5d7bdc2b00462a