[INFO] fetching crate bencher 0.1.5... [INFO] checking bencher-0.1.5 against beta for pr-78714 [INFO] extracting crate bencher 0.1.5 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate bencher 0.1.5 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate bencher 0.1.5 [INFO] finished tweaking crates.io crate bencher 0.1.5 [INFO] tweaked toml for crates.io crate bencher 0.1.5 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 18259f016330252a89c77cb415e29ca45f43aa1cdc8c3dd10609d1cdf29c856b [INFO] running `Command { std: "docker" "start" "-a" "18259f016330252a89c77cb415e29ca45f43aa1cdc8c3dd10609d1cdf29c856b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "18259f016330252a89c77cb415e29ca45f43aa1cdc8c3dd10609d1cdf29c856b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18259f016330252a89c77cb415e29ca45f43aa1cdc8c3dd10609d1cdf29c856b", kill_on_drop: false }` [INFO] [stdout] 18259f016330252a89c77cb415e29ca45f43aa1cdc8c3dd10609d1cdf29c856b [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] af526067843af6feb228ae9dd2bd7e714bf5c925f266bc2b3cc51abb14cfba1e [INFO] running `Command { std: "docker" "start" "-a" "af526067843af6feb228ae9dd2bd7e714bf5c925f266bc2b3cc51abb14cfba1e", kill_on_drop: false }` [INFO] [stderr] Checking bencher v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:220:36 [INFO] [stdout] | [INFO] [stdout] 220 | Some(ref path) => Some(try!(File::create(path))), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:254:13 [INFO] [stdout] | [INFO] [stdout] 254 | try!(self.write_pretty(verbose)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:262:17 [INFO] [stdout] | [INFO] [stdout] 262 | try!(stdout.write_all(word.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:271:17 [INFO] [stdout] | [INFO] [stdout] 271 | try!(stdout.write_all(s.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:300:17 [INFO] [stdout] | [INFO] [stdout] 300 | try!(self.write_bench()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:322:9 [INFO] [stdout] | [INFO] [stdout] 322 | try!(self.write_plain("\nfailures:\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:335:13 [INFO] [stdout] | [INFO] [stdout] 335 | try!(self.write_plain("\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | try!(self.write_plain(&fail_out)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | try!(self.write_plain("\nfailures:\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:342:13 [INFO] [stdout] | [INFO] [stdout] 342 | try!(self.write_plain(&format!(" {}\n", name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:352:13 [INFO] [stdout] | [INFO] [stdout] 352 | try!(self.write_failures()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:355:9 [INFO] [stdout] | [INFO] [stdout] 355 | try!(self.write_plain("\ntest result: ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | try!(self.write_pretty("ok")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:360:13 [INFO] [stdout] | [INFO] [stdout] 360 | try!(self.write_pretty("FAILED")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:367:9 [INFO] [stdout] | [INFO] [stdout] 367 | try!(self.write_plain(&s)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:421:17 [INFO] [stdout] | [INFO] [stdout] 421 | try!(st.write_log(&test, &result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:422:17 [INFO] [stdout] | [INFO] [stdout] 422 | try!(st.write_result(&result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:434:18 [INFO] [stdout] | [INFO] [stdout] 434 | let mut st = try!(ConsoleTestState::new(opts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:444:5 [INFO] [stdout] | [INFO] [stdout] 444 | try!(run_tests(opts, tests, |x| callback(&x, &mut st))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:503:5 [INFO] [stdout] | [INFO] [stdout] 503 | try!(callback(TeFiltered(filtered_descs))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:510:9 [INFO] [stdout] | [INFO] [stdout] 510 | try!(callback(TeWait(b.desc.clone(), b.testfn.padding()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:512:9 [INFO] [stdout] | [INFO] [stdout] 512 | try!(callback(TeResult(test, result, stdout))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> lib.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | DynBenchFn(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TDynBenchFn + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:220:36 [INFO] [stdout] | [INFO] [stdout] 220 | Some(ref path) => Some(try!(File::create(path))), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:254:13 [INFO] [stdout] | [INFO] [stdout] 254 | try!(self.write_pretty(verbose)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:262:17 [INFO] [stdout] | [INFO] [stdout] 262 | try!(stdout.write_all(word.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:271:17 [INFO] [stdout] | [INFO] [stdout] 271 | try!(stdout.write_all(s.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:300:17 [INFO] [stdout] | [INFO] [stdout] 300 | try!(self.write_bench()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:322:9 [INFO] [stdout] | [INFO] [stdout] 322 | try!(self.write_plain("\nfailures:\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:335:13 [INFO] [stdout] | [INFO] [stdout] 335 | try!(self.write_plain("\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | try!(self.write_plain(&fail_out)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | try!(self.write_plain("\nfailures:\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:342:13 [INFO] [stdout] | [INFO] [stdout] 342 | try!(self.write_plain(&format!(" {}\n", name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:352:13 [INFO] [stdout] | [INFO] [stdout] 352 | try!(self.write_failures()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:355:9 [INFO] [stdout] | [INFO] [stdout] 355 | try!(self.write_plain("\ntest result: ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | try!(self.write_pretty("ok")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:360:13 [INFO] [stdout] | [INFO] [stdout] 360 | try!(self.write_pretty("FAILED")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:367:9 [INFO] [stdout] | [INFO] [stdout] 367 | try!(self.write_plain(&s)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:421:17 [INFO] [stdout] | [INFO] [stdout] 421 | try!(st.write_log(&test, &result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:422:17 [INFO] [stdout] | [INFO] [stdout] 422 | try!(st.write_result(&result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:434:18 [INFO] [stdout] | [INFO] [stdout] 434 | let mut st = try!(ConsoleTestState::new(opts)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:444:5 [INFO] [stdout] | [INFO] [stdout] 444 | try!(run_tests(opts, tests, |x| callback(&x, &mut st))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:503:5 [INFO] [stdout] | [INFO] [stdout] 503 | try!(callback(TeFiltered(filtered_descs))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:510:9 [INFO] [stdout] | [INFO] [stdout] 510 | try!(callback(TeWait(b.desc.clone(), b.testfn.padding()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:512:9 [INFO] [stdout] | [INFO] [stdout] 512 | try!(callback(TeResult(test, result, stdout))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> lib.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | DynBenchFn(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TDynBenchFn + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `Command { std: "docker" "inspect" "af526067843af6feb228ae9dd2bd7e714bf5c925f266bc2b3cc51abb14cfba1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af526067843af6feb228ae9dd2bd7e714bf5c925f266bc2b3cc51abb14cfba1e", kill_on_drop: false }` [INFO] [stdout] af526067843af6feb228ae9dd2bd7e714bf5c925f266bc2b3cc51abb14cfba1e