[INFO] fetching crate rurl 0.1.1... [INFO] testing rurl-0.1.1 against 1.60.0 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 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 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" "+1.60.0" "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.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3c5e7f952f024eb5704cefe5503e6eb896a9edc7a6d260aaf369ea0f35e68517 [INFO] running `Command { std: "docker" "start" "-a" "3c5e7f952f024eb5704cefe5503e6eb896a9edc7a6d260aaf369ea0f35e68517", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c5e7f952f024eb5704cefe5503e6eb896a9edc7a6d260aaf369ea0f35e68517", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c5e7f952f024eb5704cefe5503e6eb896a9edc7a6d260aaf369ea0f35e68517", kill_on_drop: false }` [INFO] [stdout] 3c5e7f952f024eb5704cefe5503e6eb896a9edc7a6d260aaf369ea0f35e68517 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ee6e55aa8076e5e014729ec6d098a04ee2ed5321256326c6b1ea666bcb83df6 [INFO] running `Command { std: "docker" "start" "-a" "3ee6e55aa8076e5e014729ec6d098a04ee2ed5321256326c6b1ea666bcb83df6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.3.9 [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 31.97s [INFO] running `Command { std: "docker" "inspect" "3ee6e55aa8076e5e014729ec6d098a04ee2ed5321256326c6b1ea666bcb83df6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ee6e55aa8076e5e014729ec6d098a04ee2ed5321256326c6b1ea666bcb83df6", kill_on_drop: false }` [INFO] [stdout] 3ee6e55aa8076e5e014729ec6d098a04ee2ed5321256326c6b1ea666bcb83df6 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b53d7f833d0384776acd2f2bb6825a9f22db722147644acedc3bbc5a4f362dab [INFO] running `Command { std: "docker" "start" "-a" "b53d7f833d0384776acd2f2bb6825a9f22db722147644acedc3bbc5a4f362dab", kill_on_drop: false }` [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] [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: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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.05s [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b53d7f833d0384776acd2f2bb6825a9f22db722147644acedc3bbc5a4f362dab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b53d7f833d0384776acd2f2bb6825a9f22db722147644acedc3bbc5a4f362dab", kill_on_drop: false }` [INFO] [stdout] b53d7f833d0384776acd2f2bb6825a9f22db722147644acedc3bbc5a4f362dab [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] afffb6d67f2d452d41882c680608f9d4cd4cf08ce61bc482ba5248d4f629ab8d [INFO] running `Command { std: "docker" "start" "-a" "afffb6d67f2d452d41882c680608f9d4cd4cf08ce61bc482ba5248d4f629ab8d", kill_on_drop: false }` [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.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rurl-fcad540180ecd1d2) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... 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] Doc-tests rurl [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/parse.rs - parsing::parse::url_parse (line 7) ... 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] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "afffb6d67f2d452d41882c680608f9d4cd4cf08ce61bc482ba5248d4f629ab8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afffb6d67f2d452d41882c680608f9d4cd4cf08ce61bc482ba5248d4f629ab8d", kill_on_drop: false }` [INFO] [stdout] afffb6d67f2d452d41882c680608f9d4cd4cf08ce61bc482ba5248d4f629ab8d