[INFO] updating cached repository https://github.com/niktekusho/file-watcher-backup [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] 78c239d0ff16fde172ea792c6ecff5698448a523 [INFO] checking niktekusho/file-watcher-backup against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniktekusho%2Ffile-watcher-backup" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/niktekusho/file-watcher-backup on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/niktekusho/file-watcher-backup [INFO] finished tweaking git repo https://github.com/niktekusho/file-watcher-backup [INFO] tweaked toml for git repo https://github.com/niktekusho/file-watcher-backup written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/niktekusho/file-watcher-backup already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] bcbb6f634a65f00cc7820b6c7b2606f8a601f389e4fae1438cf6e57a379ad201 [INFO] running `"docker" "start" "-a" "bcbb6f634a65f00cc7820b6c7b2606f8a601f389e4fae1438cf6e57a379ad201"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking same-file v1.0.4 [INFO] [stderr] Checking lazycell v1.2.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking walkdir v2.2.8 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking dirs-sys v0.3.3 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking filetime v0.2.5 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking dirs v2.0.1 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking notify v4.0.12 [INFO] [stderr] Checking simplelog v0.6.0 [INFO] [stderr] Checking file-watcher-backup v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:44:27 [INFO] [stderr] | [INFO] [stderr] 44 | let mut loggers: Vec> = Vec::new(); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SharedLogger` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:44:27 [INFO] [stderr] | [INFO] [stderr] 44 | let mut loggers: Vec> = Vec::new(); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SharedLogger` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.15s [INFO] running `"docker" "inspect" "bcbb6f634a65f00cc7820b6c7b2606f8a601f389e4fae1438cf6e57a379ad201"` [INFO] running `"docker" "rm" "-f" "bcbb6f634a65f00cc7820b6c7b2606f8a601f389e4fae1438cf6e57a379ad201"` [INFO] [stdout] bcbb6f634a65f00cc7820b6c7b2606f8a601f389e4fae1438cf6e57a379ad201