[INFO] fetching crate ovpnfile 0.1.2... [INFO] testing ovpnfile-0.1.2 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate ovpnfile 0.1.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate ovpnfile 0.1.2 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ovpnfile 0.1.2 [INFO] finished tweaking crates.io crate ovpnfile 0.1.2 [INFO] tweaked toml for crates.io crate ovpnfile 0.1.2 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 95b13efc8dd36c6f5b9abc68fef954216db752bf09b7bb2d544730b9b4427250 [INFO] running `Command { std: "docker" "start" "-a" "95b13efc8dd36c6f5b9abc68fef954216db752bf09b7bb2d544730b9b4427250", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95b13efc8dd36c6f5b9abc68fef954216db752bf09b7bb2d544730b9b4427250", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95b13efc8dd36c6f5b9abc68fef954216db752bf09b7bb2d544730b9b4427250", kill_on_drop: false }` [INFO] [stdout] 95b13efc8dd36c6f5b9abc68fef954216db752bf09b7bb2d544730b9b4427250 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d34686a80e502ac572f974604f5e1c00923b6b6f3b7a6333864ca9ed809a4210 [INFO] running `Command { std: "docker" "start" "-a" "d34686a80e502ac572f974604f5e1c00923b6b6f3b7a6333864ca9ed809a4210", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling ovpnfile v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static! { [INFO] [stdout] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stdout] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stdout] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 163 | | }; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static! { [INFO] [stdout] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stdout] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stdout] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 163 | | }; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static! { [INFO] [stdout] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stdout] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stdout] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 163 | | }; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static! { [INFO] [stdout] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stdout] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stdout] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 163 | | }; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.74s [INFO] running `Command { std: "docker" "inspect" "d34686a80e502ac572f974604f5e1c00923b6b6f3b7a6333864ca9ed809a4210", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d34686a80e502ac572f974604f5e1c00923b6b6f3b7a6333864ca9ed809a4210", kill_on_drop: false }` [INFO] [stdout] d34686a80e502ac572f974604f5e1c00923b6b6f3b7a6333864ca9ed809a4210 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] add1d94dd0950b3aaf9c5fd488bf466906b14614ce6d470640cea9468c328281 [INFO] running `Command { std: "docker" "start" "-a" "add1d94dd0950b3aaf9c5fd488bf466906b14614ce6d470640cea9468c328281", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static! { [INFO] [stdout] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stdout] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stdout] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 163 | | }; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static! { [INFO] [stdout] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stdout] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stdout] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 163 | | }; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static! { [INFO] [stdout] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stdout] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stdout] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 163 | | }; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static! { [INFO] [stdout] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stdout] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stdout] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 163 | | }; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling spectral v0.6.0 [INFO] [stderr] Compiling ovpnfile v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static! { [INFO] [stdout] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stdout] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stdout] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 163 | | }; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static! { [INFO] [stdout] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stdout] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stdout] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 163 | | }; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static! { [INFO] [stdout] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stdout] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stdout] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 163 | | }; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static! { [INFO] [stdout] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stdout] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stdout] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 163 | | }; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.45s [INFO] running `Command { std: "docker" "inspect" "add1d94dd0950b3aaf9c5fd488bf466906b14614ce6d470640cea9468c328281", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "add1d94dd0950b3aaf9c5fd488bf466906b14614ce6d470640cea9468c328281", kill_on_drop: false }` [INFO] [stdout] add1d94dd0950b3aaf9c5fd488bf466906b14614ce6d470640cea9468c328281 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a851e5e7884721d96367700c4c20b84467bcb63d987a3af8937f1ac2a03f7f55 [INFO] running `Command { std: "docker" "start" "-a" "a851e5e7884721d96367700c4c20b84467bcb63d987a3af8937f1ac2a03f7f55", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:144:1 [INFO] [stderr] | [INFO] [stderr] 144 | / lazy_static! { [INFO] [stderr] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stderr] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stderr] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 163 | | }; [INFO] [stderr] 164 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:144:1 [INFO] [stderr] | [INFO] [stderr] 144 | / lazy_static! { [INFO] [stderr] 145 | | static ref COMMENT_REGEX: Regex = Regex::new(r"#.*$").unwrap(); [INFO] [stderr] 146 | | static ref INLINE_START_REGEX: Regex = Regex::new(r"^<(\S+)>").unwrap(); [INFO] [stderr] 147 | | static ref INLINE_END_REGEX: Regex = Regex::new(r"^").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 163 | | }; [INFO] [stderr] 164 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `ovpnfile` (lib) generated 4 warnings (2 duplicates) [INFO] [stderr] warning: `ovpnfile` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ovpnfile-abf9a5dd62b1f664) [INFO] [stdout] running 1 test [INFO] [stdout] test config_directive::tests::test_ovpn_name ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-ad79fc2a60604ce5) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_reads_file_with_comments ... ok [INFO] [stdout] test test_reads_inline_file_contents ... ok [INFO] [stderr] Doc-tests ovpnfile [INFO] [stdout] test test_reads_ovpnfile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 83) ... ok [INFO] [stdout] test src/lib.rs - (line 32) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a851e5e7884721d96367700c4c20b84467bcb63d987a3af8937f1ac2a03f7f55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a851e5e7884721d96367700c4c20b84467bcb63d987a3af8937f1ac2a03f7f55", kill_on_drop: false }` [INFO] [stdout] a851e5e7884721d96367700c4c20b84467bcb63d987a3af8937f1ac2a03f7f55