[INFO] updating cached repository https://github.com/phact/se-toolkit [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] f37636e86305b196cb24128a1fb569c18923e5ff [INFO] checking phact/se-toolkit against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphact%2Fse-toolkit" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/phact/se-toolkit on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/phact/se-toolkit [INFO] finished tweaking git repo https://github.com/phact/se-toolkit [INFO] tweaked toml for git repo https://github.com/phact/se-toolkit written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/phact/se-toolkit already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] b49853f6b37f24a1f642bc7f54a804f871ab9dc33ec1f30ee093d2c7c27890ff [INFO] running `"docker" "start" "-a" "b49853f6b37f24a1f642bc7f54a804f871ab9dc33ec1f30ee093d2c7c27890ff"` [INFO] [stderr] Compiling ansi_term v0.7.5 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling strsim v0.4.1 [INFO] [stderr] Compiling vec_map v0.4.0 [INFO] [stderr] Compiling cassandra-sys v0.8.7 [INFO] [stderr] Compiling cql_bindgen v0.1.3 [INFO] [stderr] Checking ip v1.1.1 [INFO] [stderr] Compiling decimal v0.2.0 [INFO] [stderr] Compiling openssl-sys v0.6.7 [INFO] [stderr] Compiling toml v0.1.30 [INFO] [stderr] Compiling clap v1.5.6 [INFO] [stderr] Compiling syntex_syntax v0.24.0 [INFO] [stderr] Checking multipart v0.3.1 [INFO] [stderr] Compiling rustful v0.5.0 [INFO] [stderr] error: environment variable `OUT_DIR` not defined [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustful-0.5.0/build/mime.rs:19:42 [INFO] [stderr] | [INFO] [stderr] 19 | let out_path = format!("{}/mime.rs", env!("OUT_DIR")); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking mime v0.1.3 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rustful`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `log::LogLevel` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/multipart-0.3.1/src/server/boundary.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | use log::LogLevel; [INFO] [stderr] | ^^^^^^^^^^^^^ no `LogLevel` in the root [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `gen_ascii_chars` found for type `rand::prelude::ThreadRng` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/multipart-0.3.1/src/lib.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | rand::thread_rng().gen_ascii_chars().take(len).collect() [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `rand::prelude::ThreadRng` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `multipart`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: to use a constant of type `codemap::Span` in a pattern, `codemap::Span` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.24.0/src/errors/emitter.rs:100:18 [INFO] [stderr] | [INFO] [stderr] 100 | Some(COMMAND_LINE_SP) => self.emit_(FileLine(COMMAND_LINE_SP), msg, code, lvl), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `syntex_syntax`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b49853f6b37f24a1f642bc7f54a804f871ab9dc33ec1f30ee093d2c7c27890ff"` [INFO] running `"docker" "rm" "-f" "b49853f6b37f24a1f642bc7f54a804f871ab9dc33ec1f30ee093d2c7c27890ff"` [INFO] [stdout] b49853f6b37f24a1f642bc7f54a804f871ab9dc33ec1f30ee093d2c7c27890ff