[INFO] crate ovpnfile 0.1.2 is already in cache [INFO] testing ovpnfile-0.1.2 against 1.45.2 for beta-1.46-1 [INFO] extracting crate ovpnfile 0.1.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate ovpnfile 0.1.2 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", 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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1d5953e90c20e9a40cf4c2895ca168403a0a0efd32446eb2fc0560d022572108 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1d5953e90c20e9a40cf4c2895ca168403a0a0efd32446eb2fc0560d022572108", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d5953e90c20e9a40cf4c2895ca168403a0a0efd32446eb2fc0560d022572108", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d5953e90c20e9a40cf4c2895ca168403a0a0efd32446eb2fc0560d022572108", kill_on_drop: false }` [INFO] [stdout] 1d5953e90c20e9a40cf4c2895ca168403a0a0efd32446eb2fc0560d022572108 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 77676d509526533fa868b14aa78d6de609337aeb3f1713fbd8b1690fcefffa2e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "77676d509526533fa868b14aa78d6de609337aeb3f1713fbd8b1690fcefffa2e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling ovpnfile v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (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 5.85s [INFO] running `Command { std: "docker" "inspect" "77676d509526533fa868b14aa78d6de609337aeb3f1713fbd8b1690fcefffa2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77676d509526533fa868b14aa78d6de609337aeb3f1713fbd8b1690fcefffa2e", kill_on_drop: false }` [INFO] [stdout] 77676d509526533fa868b14aa78d6de609337aeb3f1713fbd8b1690fcefffa2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bd07168881dcf58c5649643bf3d25c846e90b9708dc93dac91ab18ea4c95a9a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3bd07168881dcf58c5649643bf3d25c846e90b9708dc93dac91ab18ea4c95a9a", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling spectral v0.6.0 [INFO] [stdout] warning: use of deprecated item '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 a macro (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 ovpnfile v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (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.37s [INFO] running `Command { std: "docker" "inspect" "3bd07168881dcf58c5649643bf3d25c846e90b9708dc93dac91ab18ea4c95a9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bd07168881dcf58c5649643bf3d25c846e90b9708dc93dac91ab18ea4c95a9a", kill_on_drop: false }` [INFO] [stdout] 3bd07168881dcf58c5649643bf3d25c846e90b9708dc93dac91ab18ea4c95a9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 68e9efafbec574eaa9b196a56f9860299351e1114d86c826f37460f9a5aee9cc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "68e9efafbec574eaa9b196a56f9860299351e1114d86c826f37460f9a5aee9cc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z 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/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 a macro (in Nightly builds, run with -Z 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/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 a macro (in Nightly builds, run with -Z 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/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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z 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/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 a macro (in Nightly builds, run with -Z 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/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 a macro (in Nightly builds, run with -Z 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/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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ovpnfile-22a087d5e6e4a9ef [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test-a7ae9be416c99931 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_reads_inline_file_contents ... ok [INFO] [stdout] test test_reads_file_with_comments ... 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 [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "68e9efafbec574eaa9b196a56f9860299351e1114d86c826f37460f9a5aee9cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68e9efafbec574eaa9b196a56f9860299351e1114d86c826f37460f9a5aee9cc", kill_on_drop: false }` [INFO] [stdout] 68e9efafbec574eaa9b196a56f9860299351e1114d86c826f37460f9a5aee9cc