[INFO] fetching crate ovpnfile 0.1.2... [INFO] testing ovpnfile-0.1.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate ovpnfile 0.1.2 into /workspace/builds/worker-29/source [INFO] validating manifest of crates.io crate ovpnfile 0.1.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-29/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num-rational v0.1.42 [INFO] [stderr] Downloaded error-chain v0.10.0 [INFO] [stderr] Downloaded spectral v0.6.0 [INFO] [stderr] Downloaded num-bigint v0.1.44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e65a923aea2ada36c4af22ddd2f574f6056ed13057e0fd5ac954a985f8a316f4 [INFO] running `Command { std: "docker" "start" "-a" "e65a923aea2ada36c4af22ddd2f574f6056ed13057e0fd5ac954a985f8a316f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e65a923aea2ada36c4af22ddd2f574f6056ed13057e0fd5ac954a985f8a316f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e65a923aea2ada36c4af22ddd2f574f6056ed13057e0fd5ac954a985f8a316f4", kill_on_drop: false }` [INFO] [stdout] e65a923aea2ada36c4af22ddd2f574f6056ed13057e0fd5ac954a985f8a316f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 242e4d5fcc1a903ba696e6280fd30dc4927083fe0124582a2be1a51c1f8c42b9 [INFO] running `Command { std: "docker" "start" "-a" "242e4d5fcc1a903ba696e6280fd30dc4927083fe0124582a2be1a51c1f8c42b9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling backtrace v0.3.64 [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 4.99s [INFO] running `Command { std: "docker" "inspect" "242e4d5fcc1a903ba696e6280fd30dc4927083fe0124582a2be1a51c1f8c42b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "242e4d5fcc1a903ba696e6280fd30dc4927083fe0124582a2be1a51c1f8c42b9", kill_on_drop: false }` [INFO] [stdout] 242e4d5fcc1a903ba696e6280fd30dc4927083fe0124582a2be1a51c1f8c42b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3e23538c3e98060180282dc4db6f0374596d17cabb9a3f11c9d1173531674ef [INFO] running `Command { std: "docker" "start" "-a" "b3e23538c3e98060180282dc4db6f0374596d17cabb9a3f11c9d1173531674ef", kill_on_drop: false }` [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.1.43 [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-bigint v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [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 8.89s [INFO] running `Command { std: "docker" "inspect" "b3e23538c3e98060180282dc4db6f0374596d17cabb9a3f11c9d1173531674ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3e23538c3e98060180282dc4db6f0374596d17cabb9a3f11c9d1173531674ef", kill_on_drop: false }` [INFO] [stdout] b3e23538c3e98060180282dc4db6f0374596d17cabb9a3f11c9d1173531674ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4ff1514cc21208971eee9b8f6c84163b8b595438eda36cb548e5a69c2f56e256 [INFO] running `Command { std: "docker" "start" "-a" "4ff1514cc21208971eee9b8f6c84163b8b595438eda36cb548e5a69c2f56e256", 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.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ovpnfile-e18fc420a6237696) [INFO] [stdout] [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-13862a028b21a203) [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] [stdout] test test_reads_ovpnfile ... ok [INFO] [stderr] Doc-tests ovpnfile [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 32) ... ok [INFO] [stdout] test src/lib.rs - (line 83) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.57s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4ff1514cc21208971eee9b8f6c84163b8b595438eda36cb548e5a69c2f56e256", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ff1514cc21208971eee9b8f6c84163b8b595438eda36cb548e5a69c2f56e256", kill_on_drop: false }` [INFO] [stdout] 4ff1514cc21208971eee9b8f6c84163b8b595438eda36cb548e5a69c2f56e256