[INFO] fetching crate ovpnfile 0.1.2... [INFO] testing ovpnfile-0.1.2 against 1.55.0 for beta-1.56-1 [INFO] extracting crate ovpnfile 0.1.2 into /workspace/builds/worker-98/source [INFO] validating manifest of crates.io crate ovpnfile 0.1.2 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.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-98/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b7add21edc1aabc03711c42267d32927b9c8af5132a9b6a28b260251adc73c5d [INFO] running `Command { std: "docker" "start" "-a" "b7add21edc1aabc03711c42267d32927b9c8af5132a9b6a28b260251adc73c5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b7add21edc1aabc03711c42267d32927b9c8af5132a9b6a28b260251adc73c5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7add21edc1aabc03711c42267d32927b9c8af5132a9b6a28b260251adc73c5d", kill_on_drop: false }` [INFO] [stdout] b7add21edc1aabc03711c42267d32927b9c8af5132a9b6a28b260251adc73c5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b2e2d040a1169673d6ffb2f047e5a2ae8592a72078ab671a80ddff4398d2b64 [INFO] running `Command { std: "docker" "start" "-a" "9b2e2d040a1169673d6ffb2f047e5a2ae8592a72078ab671a80ddff4398d2b64", kill_on_drop: false }` [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling object v0.26.2 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling backtrace v0.3.61 [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 12.79s [INFO] running `Command { std: "docker" "inspect" "9b2e2d040a1169673d6ffb2f047e5a2ae8592a72078ab671a80ddff4398d2b64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b2e2d040a1169673d6ffb2f047e5a2ae8592a72078ab671a80ddff4398d2b64", kill_on_drop: false }` [INFO] [stdout] 9b2e2d040a1169673d6ffb2f047e5a2ae8592a72078ab671a80ddff4398d2b64 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 341477f86ed1e8a3f85652397fd9bd0d6e8cec3610a6853161a595782e856dff [INFO] running `Command { std: "docker" "start" "-a" "341477f86ed1e8a3f85652397fd9bd0d6e8cec3610a6853161a595782e856dff", kill_on_drop: false }` [INFO] [stderr] Compiling rustc-serialize v0.3.24 [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 7.43s [INFO] running `Command { std: "docker" "inspect" "341477f86ed1e8a3f85652397fd9bd0d6e8cec3610a6853161a595782e856dff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "341477f86ed1e8a3f85652397fd9bd0d6e8cec3610a6853161a595782e856dff", kill_on_drop: false }` [INFO] [stdout] 341477f86ed1e8a3f85652397fd9bd0d6e8cec3610a6853161a595782e856dff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1b23f75244bad807ba320011d93964a322167bc7fcce65b4211398692cd75df2 [INFO] running `Command { std: "docker" "start" "-a" "1b23f75244bad807ba320011d93964a322167bc7fcce65b4211398692cd75df2", 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-84f36d91371b649e) [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-5078574177017067) [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] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests ovpnfile [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.21s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1b23f75244bad807ba320011d93964a322167bc7fcce65b4211398692cd75df2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b23f75244bad807ba320011d93964a322167bc7fcce65b4211398692cd75df2", kill_on_drop: false }` [INFO] [stdout] 1b23f75244bad807ba320011d93964a322167bc7fcce65b4211398692cd75df2