[INFO] crate systemd-crontab-generator 1.0.2 is already in cache [INFO] checking systemd-crontab-generator-1.0.2 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate systemd-crontab-generator 1.0.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate systemd-crontab-generator 1.0.2 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate systemd-crontab-generator 1.0.2 [INFO] finished tweaking crates.io crate systemd-crontab-generator 1.0.2 [INFO] tweaked toml for crates.io crate systemd-crontab-generator 1.0.2 written to /workspace/builds/worker-8/source/Cargo.toml [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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 4b324d1806dbc1b97ca8133b265e6a9baa529b73fa19d66acc8b3fec5c3b342c [INFO] running `"docker" "start" "-a" "4b324d1806dbc1b97ca8133b265e6a9baa529b73fa19d66acc8b3fec5c3b342c"` [INFO] [stderr] Compiling quick-error v0.1.4 [INFO] [stderr] Checking md5 v0.1.1 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Checking pgs-files v0.0.6 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Checking kernlog v0.2.1 [INFO] [stderr] Checking users v0.5.3 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Checking tempfile v1.1.3 [INFO] [stderr] error[E0432]: unresolved imports `log::LogMetadata`, `log::LogRecord`, `log::LogLevel`, `log::MaxLogLevelFilter`, `log::LogLevelFilter` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/kernlog-0.2.1/src/lib.rs:54:16 [INFO] [stderr] | [INFO] [stderr] 54 | use log::{Log, LogMetadata, LogRecord, LogLevel, MaxLogLevelFilter, LogLevelFilter, SetLoggerError}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `LogLevelFilter` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `MaxLogLevelFilter` in the root [INFO] [stderr] | | | no `LogLevel` in the root [INFO] [stderr] | | no `LogRecord` in the root [INFO] [stderr] | no `LogMetadata` in the root [INFO] [stderr] | [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 54 | use log::{Log, Metadata, LogRecord, LogLevel, MaxLogLevelFilter, LogLevelFilter, SetLoggerError}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 54 | use log::{Log, LogMetadata, Record, LogLevel, MaxLogLevelFilter, LogLevelFilter, SetLoggerError}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 54 | use log::{Log, LogMetadata, LogRecord, LogLevel, MaxLogLevelFilter, LevelFilter, SetLoggerError}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `flush` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/kernlog-0.2.1/src/lib.rs:101:1 [INFO] [stderr] | [INFO] [stderr] 101 | impl Log for KernelLog { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ missing `flush` in implementation [INFO] [stderr] | [INFO] [stderr] = help: implement the missing item: `fn flush(&self) { unimplemented!() }` [INFO] [stderr] [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/kernlog-0.2.1/src/lib.rs:157:21 [INFO] [stderr] | [INFO] [stderr] 157 | log::set_logger(KernelLog::init) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found fn item [INFO] [stderr] | help: consider borrowing here: `&KernelLog::init` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&'static (dyn log::Log + 'static)` [INFO] [stderr] found fn item `fn([type error]) -> std::boxed::Box<(dyn log::Log + 'static)> {KernelLog::init}` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0308, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: could not compile `kernlog`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "4b324d1806dbc1b97ca8133b265e6a9baa529b73fa19d66acc8b3fec5c3b342c"` [INFO] running `"docker" "rm" "-f" "4b324d1806dbc1b97ca8133b265e6a9baa529b73fa19d66acc8b3fec5c3b342c"` [INFO] [stdout] 4b324d1806dbc1b97ca8133b265e6a9baa529b73fa19d66acc8b3fec5c3b342c