[INFO] updating cached repository https://github.com/systemd-cron/systemd-cron-next
[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] a4c2de7b7e730f0beaa223e955d9d0f445db249a
[INFO] checking systemd-cron/systemd-cron-next against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsystemd-cron%2Fsystemd-cron-next" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/systemd-cron/systemd-cron-next on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/systemd-cron/systemd-cron-next
[INFO] finished tweaking git repo https://github.com/systemd-cron/systemd-cron-next
[INFO] tweaked toml for git repo https://github.com/systemd-cron/systemd-cron-next written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/systemd-cron/systemd-cron-next already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-4/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 551823cb56b89ea3e2a0c0a24ac9040dfbd3e105d76008156a137b14fead7ae8
[INFO] running `"docker" "start" "-a" "551823cb56b89ea3e2a0c0a24ac9040dfbd3e105d76008156a137b14fead7ae8"`
[INFO] [stderr]    Compiling libc v0.2.69
[INFO] [stderr]    Compiling rustc-serialize v0.3.24
[INFO] [stderr]    Compiling winapi v0.2.8
[INFO] [stderr]    Compiling unicode-width v0.1.7
[INFO] [stderr]    Compiling regex-syntax v0.3.9
[INFO] [stderr]    Compiling utf8-ranges v0.1.3
[INFO] [stderr]    Compiling quick-error v0.1.4
[INFO] [stderr]    Compiling lazy_static v0.1.16
[INFO] [stderr]     Checking strsim v0.5.2
[INFO] [stderr]     Checking md5 v0.1.1
[INFO] [stderr]     Checking pgs-files v0.0.6
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]     Checking kernlog v0.2.1
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]    Compiling getopts v0.2.21
[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) { todo!() }`
[INFO] [stderr] 
[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] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "551823cb56b89ea3e2a0c0a24ac9040dfbd3e105d76008156a137b14fead7ae8"`
[INFO] running `"docker" "rm" "-f" "551823cb56b89ea3e2a0c0a24ac9040dfbd3e105d76008156a137b14fead7ae8"`
[INFO] [stdout] 551823cb56b89ea3e2a0c0a24ac9040dfbd3e105d76008156a137b14fead7ae8
