[INFO] crate stcat 0.2.3 is already in cache [INFO] testing stcat-0.2.3 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate stcat 0.2.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate stcat 0.2.3 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate stcat 0.2.3 [INFO] finished tweaking crates.io crate stcat 0.2.3 [INFO] tweaked toml for crates.io crate stcat 0.2.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d0bc0015430b7070f2aad11f95d9720ce0e248d1164901cea01bba3e11914f82 [INFO] running `"docker" "start" "-a" "d0bc0015430b7070f2aad11f95d9720ce0e248d1164901cea01bba3e11914f82"` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling arc-swap v0.4.6 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling zero v0.1.2 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling backtrace-sys v0.1.36 [INFO] [stderr] Compiling xmas-elf v0.6.2 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling slog-scope v4.3.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling slog-stdlog v3.0.5 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling slog-async v2.5.0 [INFO] [stderr] Compiling slog-kvfilter v0.6.1 [INFO] [stderr] Compiling slog-term v2.5.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling trackable_derive v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling trackable v0.2.23 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling sloggers v0.2.9 [INFO] [stderr] Compiling stcat v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:87:31 [INFO] [stderr] | [INFO] [stderr] 87 | let (input, format): (Box, _) = if let Some(logfile) = matches.value_of("LOGFILE") { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/main.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:117:25 [INFO] [stderr] | [INFO] [stderr] 117 | fn no_timestamp(_: &mut Write) -> io::Result<()> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `stcat`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d0bc0015430b7070f2aad11f95d9720ce0e248d1164901cea01bba3e11914f82"` [INFO] running `"docker" "rm" "-f" "d0bc0015430b7070f2aad11f95d9720ce0e248d1164901cea01bba3e11914f82"` [INFO] [stdout] d0bc0015430b7070f2aad11f95d9720ce0e248d1164901cea01bba3e11914f82