[INFO] updating cached repository https://github.com/mhspradlin/lines [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] a066bf7fea26fb0e3a4c52213b08f6d4f7d3695a [INFO] testing mhspradlin/lines against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhspradlin%2Flines" "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/mhspradlin/lines on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mhspradlin/lines [INFO] finished tweaking git repo https://github.com/mhspradlin/lines [INFO] tweaked toml for git repo https://github.com/mhspradlin/lines written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/mhspradlin/lines already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] eb0e91332931d3a2bc3487fdfdeda5a4d786aac48285baed9f791f7f0375db79 [INFO] running `"docker" "start" "-a" "eb0e91332931d3a2bc3487fdfdeda5a4d786aac48285baed9f791f7f0375db79"` [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling hostname v0.1.4 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling regex-syntax v0.5.3 [INFO] [stderr] Compiling yaml-rust v0.4.0 [INFO] [stderr] Compiling serde_json v1.0.10 [INFO] [stderr] Compiling cadence v0.13.2 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling serde-value v0.5.1 [INFO] [stderr] Compiling statsd v0.10.0 [INFO] [stderr] Compiling structopt-derive v0.2.6 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling serde-humantime v0.1.1 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling serde_yaml v0.7.3 [INFO] [stderr] Compiling rayon v0.9.0 [INFO] [stderr] Compiling rayon v1.0.0 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling log4rs v0.8.0 [INFO] [stderr] Compiling structopt v0.2.6 [INFO] [stderr] Compiling env_logger v0.5.6 [INFO] [stderr] Compiling quicli v0.2.0 [INFO] [stderr] Compiling lines v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/physical_memory.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref TOTAL_BYTES: String = METRICS_PREFIX.to_string() + ".total_bytes"; [INFO] [stderr] 82 | | static ref FREE_BYTES: String = METRICS_PREFIX.to_string() + ".free_bytes"; [INFO] [stderr] 83 | | static ref AVAILABLE_BYTES: String = METRICS_PREFIX.to_string() + ".available_bytes"; [INFO] [stderr] 84 | | static ref AVAILABLE_MEMORY: Regex = Regex::new(r"^MemAvailable:\s+(?P\d+)\s*kB$").unwrap(); [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/physical_memory.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref TOTAL_BYTES: String = METRICS_PREFIX.to_string() + ".total_bytes"; [INFO] [stderr] 82 | | static ref FREE_BYTES: String = METRICS_PREFIX.to_string() + ".free_bytes"; [INFO] [stderr] 83 | | static ref AVAILABLE_BYTES: String = METRICS_PREFIX.to_string() + ".available_bytes"; [INFO] [stderr] 84 | | static ref AVAILABLE_MEMORY: Regex = Regex::new(r"^MemAvailable:\s+(?P\d+)\s*kB$").unwrap(); [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/physical_memory.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref TOTAL_BYTES: String = METRICS_PREFIX.to_string() + ".total_bytes"; [INFO] [stderr] 82 | | static ref FREE_BYTES: String = METRICS_PREFIX.to_string() + ".free_bytes"; [INFO] [stderr] 83 | | static ref AVAILABLE_BYTES: String = METRICS_PREFIX.to_string() + ".available_bytes"; [INFO] [stderr] 84 | | static ref AVAILABLE_MEMORY: Regex = Regex::new(r"^MemAvailable:\s+(?P\d+)\s*kB$").unwrap(); [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/physical_memory.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref TOTAL_BYTES: String = METRICS_PREFIX.to_string() + ".total_bytes"; [INFO] [stderr] 82 | | static ref FREE_BYTES: String = METRICS_PREFIX.to_string() + ".free_bytes"; [INFO] [stderr] 83 | | static ref AVAILABLE_BYTES: String = METRICS_PREFIX.to_string() + ".available_bytes"; [INFO] [stderr] 84 | | static ref AVAILABLE_MEMORY: Regex = Regex::new(r"^MemAvailable:\s+(?P\d+)\s*kB$").unwrap(); [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/cpu_time.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | / lazy_static! { [INFO] [stderr] 129 | | static ref IDLE_TIME: String = METRICS_PREFIX.to_string() + ".idle_time"; [INFO] [stderr] 130 | | static ref BUSY_TIME: String = METRICS_PREFIX.to_string() + ".busy_time"; [INFO] [stderr] 131 | | static ref CPU_TIME: Regex = [INFO] [stderr] ... | [INFO] [stderr] 134 | | r"(?P\d+)\s+(?P\d+)")).unwrap(); [INFO] [stderr] 135 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/cpu_time.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | / lazy_static! { [INFO] [stderr] 129 | | static ref IDLE_TIME: String = METRICS_PREFIX.to_string() + ".idle_time"; [INFO] [stderr] 130 | | static ref BUSY_TIME: String = METRICS_PREFIX.to_string() + ".busy_time"; [INFO] [stderr] 131 | | static ref CPU_TIME: Regex = [INFO] [stderr] ... | [INFO] [stderr] 134 | | r"(?P\d+)\s+(?P\d+)")).unwrap(); [INFO] [stderr] 135 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/cpu_time.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | / lazy_static! { [INFO] [stderr] 129 | | static ref IDLE_TIME: String = METRICS_PREFIX.to_string() + ".idle_time"; [INFO] [stderr] 130 | | static ref BUSY_TIME: String = METRICS_PREFIX.to_string() + ".busy_time"; [INFO] [stderr] 131 | | static ref CPU_TIME: Regex = [INFO] [stderr] ... | [INFO] [stderr] 134 | | r"(?P\d+)\s+(?P\d+)")).unwrap(); [INFO] [stderr] 135 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/lines-agent.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/lines-agent.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/lines-agent.rs:125:30 [INFO] [stderr] | [INFO] [stderr] 125 | let mut sensors: Vec> = Vec::new(); [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Sensor` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/lines-agent.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | // Variable syntax for config files is `${variable_name}` [INFO] [stderr] 62 | | static ref VARIABLE_REGEX: Regex = Regex::new(r"\$\{(.*?)\}").unwrap(); [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.33s [INFO] running `"docker" "inspect" "eb0e91332931d3a2bc3487fdfdeda5a4d786aac48285baed9f791f7f0375db79"` [INFO] running `"docker" "rm" "-f" "eb0e91332931d3a2bc3487fdfdeda5a4d786aac48285baed9f791f7f0375db79"` [INFO] [stdout] eb0e91332931d3a2bc3487fdfdeda5a4d786aac48285baed9f791f7f0375db79 [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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] f0e3717f72d0ad56db75a60820300ecc94929699cd3508cff55e9c947d58731a [INFO] running `"docker" "start" "-a" "f0e3717f72d0ad56db75a60820300ecc94929699cd3508cff55e9c947d58731a"` [INFO] [stderr] Compiling lines v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/physical_memory.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref TOTAL_BYTES: String = METRICS_PREFIX.to_string() + ".total_bytes"; [INFO] [stderr] 82 | | static ref FREE_BYTES: String = METRICS_PREFIX.to_string() + ".free_bytes"; [INFO] [stderr] 83 | | static ref AVAILABLE_BYTES: String = METRICS_PREFIX.to_string() + ".available_bytes"; [INFO] [stderr] 84 | | static ref AVAILABLE_MEMORY: Regex = Regex::new(r"^MemAvailable:\s+(?P\d+)\s*kB$").unwrap(); [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/physical_memory.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref TOTAL_BYTES: String = METRICS_PREFIX.to_string() + ".total_bytes"; [INFO] [stderr] 82 | | static ref FREE_BYTES: String = METRICS_PREFIX.to_string() + ".free_bytes"; [INFO] [stderr] 83 | | static ref AVAILABLE_BYTES: String = METRICS_PREFIX.to_string() + ".available_bytes"; [INFO] [stderr] 84 | | static ref AVAILABLE_MEMORY: Regex = Regex::new(r"^MemAvailable:\s+(?P\d+)\s*kB$").unwrap(); [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/physical_memory.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref TOTAL_BYTES: String = METRICS_PREFIX.to_string() + ".total_bytes"; [INFO] [stderr] 82 | | static ref FREE_BYTES: String = METRICS_PREFIX.to_string() + ".free_bytes"; [INFO] [stderr] 83 | | static ref AVAILABLE_BYTES: String = METRICS_PREFIX.to_string() + ".available_bytes"; [INFO] [stderr] 84 | | static ref AVAILABLE_MEMORY: Regex = Regex::new(r"^MemAvailable:\s+(?P\d+)\s*kB$").unwrap(); [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/physical_memory.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref TOTAL_BYTES: String = METRICS_PREFIX.to_string() + ".total_bytes"; [INFO] [stderr] 82 | | static ref FREE_BYTES: String = METRICS_PREFIX.to_string() + ".free_bytes"; [INFO] [stderr] 83 | | static ref AVAILABLE_BYTES: String = METRICS_PREFIX.to_string() + ".available_bytes"; [INFO] [stderr] 84 | | static ref AVAILABLE_MEMORY: Regex = Regex::new(r"^MemAvailable:\s+(?P\d+)\s*kB$").unwrap(); [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/cpu_time.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | / lazy_static! { [INFO] [stderr] 129 | | static ref IDLE_TIME: String = METRICS_PREFIX.to_string() + ".idle_time"; [INFO] [stderr] 130 | | static ref BUSY_TIME: String = METRICS_PREFIX.to_string() + ".busy_time"; [INFO] [stderr] 131 | | static ref CPU_TIME: Regex = [INFO] [stderr] ... | [INFO] [stderr] 134 | | r"(?P\d+)\s+(?P\d+)")).unwrap(); [INFO] [stderr] 135 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/cpu_time.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | / lazy_static! { [INFO] [stderr] 129 | | static ref IDLE_TIME: String = METRICS_PREFIX.to_string() + ".idle_time"; [INFO] [stderr] 130 | | static ref BUSY_TIME: String = METRICS_PREFIX.to_string() + ".busy_time"; [INFO] [stderr] 131 | | static ref CPU_TIME: Regex = [INFO] [stderr] ... | [INFO] [stderr] 134 | | r"(?P\d+)\s+(?P\d+)")).unwrap(); [INFO] [stderr] 135 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sensors/cpu_time.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | / lazy_static! { [INFO] [stderr] 129 | | static ref IDLE_TIME: String = METRICS_PREFIX.to_string() + ".idle_time"; [INFO] [stderr] 130 | | static ref BUSY_TIME: String = METRICS_PREFIX.to_string() + ".busy_time"; [INFO] [stderr] 131 | | static ref CPU_TIME: Regex = [INFO] [stderr] ... | [INFO] [stderr] 134 | | r"(?P\d+)\s+(?P\d+)")).unwrap(); [INFO] [stderr] 135 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/lines-agent.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/lines-agent.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/lines-agent.rs:125:30 [INFO] [stderr] | [INFO] [stderr] 125 | let mut sensors: Vec> = Vec::new(); [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Sensor` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/lines-agent.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | // Variable syntax for config files is `${variable_name}` [INFO] [stderr] 62 | | static ref VARIABLE_REGEX: Regex = Regex::new(r"\$\{(.*?)\}").unwrap(); [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.57s [INFO] running `"docker" "inspect" "f0e3717f72d0ad56db75a60820300ecc94929699cd3508cff55e9c947d58731a"` [INFO] running `"docker" "rm" "-f" "f0e3717f72d0ad56db75a60820300ecc94929699cd3508cff55e9c947d58731a"` [INFO] [stdout] f0e3717f72d0ad56db75a60820300ecc94929699cd3508cff55e9c947d58731a [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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 1e3e7e7a0e3ef1246b3a639909c39abcca4d146c66f8c9678159d85247269361 [INFO] running `"docker" "start" "-a" "1e3e7e7a0e3ef1246b3a639909c39abcca4d146c66f8c9678159d85247269361"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/lines-14d95f24c609f50e [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] [stderr] Running /opt/rustwide/target/debug/deps/lines_agent-41f0c648cd515a93 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test substitute_bindings_in_string_test ... ok [INFO] [stdout] test substitute_variables_substitutes_hostname_and_url ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests lines [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" "1e3e7e7a0e3ef1246b3a639909c39abcca4d146c66f8c9678159d85247269361"` [INFO] running `"docker" "rm" "-f" "1e3e7e7a0e3ef1246b3a639909c39abcca4d146c66f8c9678159d85247269361"` [INFO] [stdout] 1e3e7e7a0e3ef1246b3a639909c39abcca4d146c66f8c9678159d85247269361