[INFO] fetching crate rurl 0.1.1... [INFO] testing rurl-0.1.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate rurl 0.1.1 into /workspace/builds/worker-58/source [INFO] validating manifest of crates.io crate rurl 0.1.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rurl 0.1.1 [INFO] finished tweaking crates.io crate rurl 0.1.1 [INFO] tweaked toml for crates.io crate rurl 0.1.1 written to /workspace/builds/worker-58/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "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-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dfb3850e6e1ceddd56e15b9b737ca1bbf01a31afa03364094ec9ff0be2e6bbe0 [INFO] running `Command { std: "docker" "start" "-a" "dfb3850e6e1ceddd56e15b9b737ca1bbf01a31afa03364094ec9ff0be2e6bbe0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dfb3850e6e1ceddd56e15b9b737ca1bbf01a31afa03364094ec9ff0be2e6bbe0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfb3850e6e1ceddd56e15b9b737ca1bbf01a31afa03364094ec9ff0be2e6bbe0", kill_on_drop: false }` [INFO] [stdout] dfb3850e6e1ceddd56e15b9b737ca1bbf01a31afa03364094ec9ff0be2e6bbe0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46d85f42ecf7ccc08669aeb12edcd907e4cfc11b80d8f3c3aa635f31c33a5c83 [INFO] running `Command { std: "docker" "start" "-a" "46d85f42ecf7ccc08669aeb12edcd907e4cfc11b80d8f3c3aa635f31c33a5c83", kill_on_drop: false }` [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling rurl v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parsing/encode.rs:16:2 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static!{ [INFO] [stdout] 17 | | //Check for more character possibilities [INFO] [stdout] 18 | | static ref RE: Regex = Regex::new(r"[-a-zA-Z1-9._~]").unwrap(); [INFO] [stdout] 19 | | } [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/parsing/parse.rs:119:2 [INFO] [stdout] | [INFO] [stdout] 119 | / lazy_static!{ [INFO] [stdout] 120 | | static ref RE: Regex = Regex::new(r"[/;\?#]").unwrap(); [INFO] [stdout] 121 | | } [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/parsing/parse.rs:144:2 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static!{ [INFO] [stdout] 145 | | static ref RE : Regex = Regex::new(r"[;\?#]").unwrap(); [INFO] [stdout] 146 | | } [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/parsing/parse.rs:172:2 [INFO] [stdout] | [INFO] [stdout] 172 | / lazy_static!{ [INFO] [stdout] 173 | | static ref RE : Regex = Regex::new(r"[/\?#]").unwrap(); [INFO] [stdout] 174 | | } [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/parsing/parse.rs:199:2 [INFO] [stdout] | [INFO] [stdout] 199 | / lazy_static!{ [INFO] [stdout] 200 | | static ref RE : Regex = Regex::new(r"[/;#]").unwrap(); [INFO] [stdout] 201 | | } [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/parsing/parse.rs:226:2 [INFO] [stdout] | [INFO] [stdout] 226 | / lazy_static!{ [INFO] [stdout] 227 | | static ref RE : Regex = Regex::new(r"[/;\?]").unwrap(); [INFO] [stdout] 228 | | } [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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.06s [INFO] running `Command { std: "docker" "inspect" "46d85f42ecf7ccc08669aeb12edcd907e4cfc11b80d8f3c3aa635f31c33a5c83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46d85f42ecf7ccc08669aeb12edcd907e4cfc11b80d8f3c3aa635f31c33a5c83", kill_on_drop: false }` [INFO] [stdout] 46d85f42ecf7ccc08669aeb12edcd907e4cfc11b80d8f3c3aa635f31c33a5c83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d7f1cdc98dd2cf3b0f8beb3358cdc214d4c2b365fa0ff74499f8b3d85b73b28 [INFO] running `Command { std: "docker" "start" "-a" "7d7f1cdc98dd2cf3b0f8beb3358cdc214d4c2b365fa0ff74499f8b3d85b73b28", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parsing/encode.rs:16:2 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static!{ [INFO] [stdout] 17 | | //Check for more character possibilities [INFO] [stdout] 18 | | static ref RE: Regex = Regex::new(r"[-a-zA-Z1-9._~]").unwrap(); [INFO] [stdout] 19 | | } [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/parsing/parse.rs:119:2 [INFO] [stdout] | [INFO] [stdout] 119 | / lazy_static!{ [INFO] [stdout] 120 | | static ref RE: Regex = Regex::new(r"[/;\?#]").unwrap(); [INFO] [stdout] 121 | | } [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/parsing/parse.rs:144:2 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static!{ [INFO] [stdout] 145 | | static ref RE : Regex = Regex::new(r"[;\?#]").unwrap(); [INFO] [stdout] 146 | | } [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] [stderr] Compiling rurl v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parsing/parse.rs:172:2 [INFO] [stdout] | [INFO] [stdout] 172 | / lazy_static!{ [INFO] [stdout] 173 | | static ref RE : Regex = Regex::new(r"[/\?#]").unwrap(); [INFO] [stdout] 174 | | } [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/parsing/parse.rs:199:2 [INFO] [stdout] | [INFO] [stdout] 199 | / lazy_static!{ [INFO] [stdout] 200 | | static ref RE : Regex = Regex::new(r"[/;#]").unwrap(); [INFO] [stdout] 201 | | } [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/parsing/parse.rs:226:2 [INFO] [stdout] | [INFO] [stdout] 226 | / lazy_static!{ [INFO] [stdout] 227 | | static ref RE : Regex = Regex::new(r"[/;\?]").unwrap(); [INFO] [stdout] 228 | | } [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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parsing/encode.rs:16:2 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static!{ [INFO] [stdout] 17 | | //Check for more character possibilities [INFO] [stdout] 18 | | static ref RE: Regex = Regex::new(r"[-a-zA-Z1-9._~]").unwrap(); [INFO] [stdout] 19 | | } [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/parsing/parse.rs:119:2 [INFO] [stdout] | [INFO] [stdout] 119 | / lazy_static!{ [INFO] [stdout] 120 | | static ref RE: Regex = Regex::new(r"[/;\?#]").unwrap(); [INFO] [stdout] 121 | | } [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/parsing/parse.rs:144:2 [INFO] [stdout] | [INFO] [stdout] 144 | / lazy_static!{ [INFO] [stdout] 145 | | static ref RE : Regex = Regex::new(r"[;\?#]").unwrap(); [INFO] [stdout] 146 | | } [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/parsing/parse.rs:172:2 [INFO] [stdout] | [INFO] [stdout] 172 | / lazy_static!{ [INFO] [stdout] 173 | | static ref RE : Regex = Regex::new(r"[/\?#]").unwrap(); [INFO] [stdout] 174 | | } [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/parsing/parse.rs:199:2 [INFO] [stdout] | [INFO] [stdout] 199 | / lazy_static!{ [INFO] [stdout] 200 | | static ref RE : Regex = Regex::new(r"[/;#]").unwrap(); [INFO] [stdout] 201 | | } [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/parsing/parse.rs:226:2 [INFO] [stdout] | [INFO] [stdout] 226 | / lazy_static!{ [INFO] [stdout] 227 | | static ref RE : Regex = Regex::new(r"[/;\?]").unwrap(); [INFO] [stdout] 228 | | } [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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.80s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rurl-29f264d231e85597) [INFO] running `Command { std: "docker" "inspect" "7d7f1cdc98dd2cf3b0f8beb3358cdc214d4c2b365fa0ff74499f8b3d85b73b28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d7f1cdc98dd2cf3b0f8beb3358cdc214d4c2b365fa0ff74499f8b3d85b73b28", kill_on_drop: false }` [INFO] [stdout] 7d7f1cdc98dd2cf3b0f8beb3358cdc214d4c2b365fa0ff74499f8b3d85b73b28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6cd62c598fdfdd613d5975779d4bfed9116eb75f7c212c7f1ab0f3a759c85372 [INFO] running `Command { std: "docker" "start" "-a" "6cd62c598fdfdd613d5975779d4bfed9116eb75f7c212c7f1ab0f3a759c85372", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/parsing/encode.rs:16:2 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static!{ [INFO] [stderr] 17 | | //Check for more character possibilities [INFO] [stderr] 18 | | static ref RE: Regex = Regex::new(r"[-a-zA-Z1-9._~]").unwrap(); [INFO] [stderr] 19 | | } [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/parsing/parse.rs:119:2 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static!{ [INFO] [stderr] 120 | | static ref RE: Regex = Regex::new(r"[/;\?#]").unwrap(); [INFO] [stderr] 121 | | } [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: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/parsing/parse.rs:144:2 [INFO] [stderr] | [INFO] [stderr] 144 | / lazy_static!{ [INFO] [stderr] 145 | | static ref RE : Regex = Regex::new(r"[;\?#]").unwrap(); [INFO] [stderr] 146 | | } [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: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/parsing/parse.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 172 | / lazy_static!{ [INFO] [stderr] 173 | | static ref RE : Regex = Regex::new(r"[/\?#]").unwrap(); [INFO] [stderr] 174 | | } [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: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/parsing/parse.rs:199:2 [INFO] [stderr] | [INFO] [stderr] 199 | / lazy_static!{ [INFO] [stderr] 200 | | static ref RE : Regex = Regex::new(r"[/;#]").unwrap(); [INFO] [stderr] 201 | | } [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: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/parsing/parse.rs:226:2 [INFO] [stderr] | [INFO] [stderr] 226 | / lazy_static!{ [INFO] [stderr] 227 | | static ref RE : Regex = Regex::new(r"[/;\?]").unwrap(); [INFO] [stderr] 228 | | } [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: `rurl` (lib) generated 6 warnings [INFO] [stderr] warning: `rurl` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.60s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rurl-29f264d231e85597) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stderr] Doc-tests rurl [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/parsing/decode.rs - parsing::decode::decode_url_string (line 6) ... ok [INFO] [stdout] test src/parsing/encode.rs - parsing::encode::encode_url_string (line 7) ... ok [INFO] [stdout] test src/parsing/parse.rs - parsing::parse::url_join_parsed (line 42) ... ok [INFO] [stdout] test src/parsing/parse.rs - parsing::parse::url_parse (line 7) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.89s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6cd62c598fdfdd613d5975779d4bfed9116eb75f7c212c7f1ab0f3a759c85372", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cd62c598fdfdd613d5975779d4bfed9116eb75f7c212c7f1ab0f3a759c85372", kill_on_drop: false }` [INFO] [stdout] 6cd62c598fdfdd613d5975779d4bfed9116eb75f7c212c7f1ab0f3a759c85372