[INFO] updating cached repository https://github.com/neverpanic/co2-fe2o3 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] ebc7d344fd38390bfcd456fa33733a2d7204f343 [INFO] testing neverpanic/co2-fe2o3 against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneverpanic%2Fco2-fe2o3" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/neverpanic/co2-fe2o3 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/neverpanic/co2-fe2o3 [INFO] finished tweaking git repo https://github.com/neverpanic/co2-fe2o3 [INFO] tweaked toml for git repo https://github.com/neverpanic/co2-fe2o3 written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/neverpanic/co2-fe2o3 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] ff3cf9bf7ca8430ffbeda8e2d286c9b05fadeb2441dfea6c594a7fc449933b6c [INFO] running `"docker" "start" "-a" "ff3cf9bf7ca8430ffbeda8e2d286c9b05fadeb2441dfea6c594a7fc449933b6c"` [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling serde v1.0.87 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling smallvec v0.6.8 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling hidapi v0.5.0 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling serde_derive v1.0.87 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling hyper v0.10.15 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling hyper-native-tls v0.3.0 [INFO] [stderr] Compiling influx_db_client v0.3.6 [INFO] [stderr] Compiling co2-fe2o3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sink/influx.rs:80:54 [INFO] [stderr] | [INFO] [stderr] 80 | pub fn from_config(config: &InfluxConfig) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Sink` [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/sink.rs:39:63 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn from_config(sink_configs: &Vec) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Sink` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:25:55 [INFO] [stderr] | [INFO] [stderr] 25 | fn parse_config(filename: &str) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.28s [INFO] running `"docker" "inspect" "ff3cf9bf7ca8430ffbeda8e2d286c9b05fadeb2441dfea6c594a7fc449933b6c"` [INFO] running `"docker" "rm" "-f" "ff3cf9bf7ca8430ffbeda8e2d286c9b05fadeb2441dfea6c594a7fc449933b6c"` [INFO] [stdout] ff3cf9bf7ca8430ffbeda8e2d286c9b05fadeb2441dfea6c594a7fc449933b6c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b41f1c532420ca5518613ed3b84a01ddd2b0912e193b82f75f2839ed255ea3f4 [INFO] running `"docker" "start" "-a" "b41f1c532420ca5518613ed3b84a01ddd2b0912e193b82f75f2839ed255ea3f4"` [INFO] [stderr] Compiling co2-fe2o3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sink/influx.rs:80:54 [INFO] [stderr] | [INFO] [stderr] 80 | pub fn from_config(config: &InfluxConfig) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Sink` [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/sink.rs:39:63 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn from_config(sink_configs: &Vec) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Sink` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:25:55 [INFO] [stderr] | [INFO] [stderr] 25 | fn parse_config(filename: &str) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `"docker" "inspect" "b41f1c532420ca5518613ed3b84a01ddd2b0912e193b82f75f2839ed255ea3f4"` [INFO] running `"docker" "rm" "-f" "b41f1c532420ca5518613ed3b84a01ddd2b0912e193b82f75f2839ed255ea3f4"` [INFO] [stdout] b41f1c532420ca5518613ed3b84a01ddd2b0912e193b82f75f2839ed255ea3f4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 568348712ed101fa30721fafbd05e4650d7a7efbf52003ac3fe816bb119101b3 [INFO] running `"docker" "start" "-a" "568348712ed101fa30721fafbd05e4650d7a7efbf52003ac3fe816bb119101b3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/co2_fe2o3-76c810072d85cd57 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "568348712ed101fa30721fafbd05e4650d7a7efbf52003ac3fe816bb119101b3"` [INFO] running `"docker" "rm" "-f" "568348712ed101fa30721fafbd05e4650d7a7efbf52003ac3fe816bb119101b3"` [INFO] [stdout] 568348712ed101fa30721fafbd05e4650d7a7efbf52003ac3fe816bb119101b3