[INFO] crate rurl 0.1.1 is already in cache [INFO] checking rurl-0.1.1 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate rurl 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rurl 0.1.1 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [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-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 07509094f09f9ea31fb670f510f2ddcc861e795be303e6cc30c385b5fff3df27 [INFO] running `"docker" "start" "-a" "07509094f09f9ea31fb670f510f2ddcc861e795be303e6cc30c385b5fff3df27"` [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking utf8-ranges v0.1.3 [INFO] [stderr] Checking regex-syntax v0.3.9 [INFO] [stderr] Checking hex v0.2.0 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking rurl v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item '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] | _____^ [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 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/parsing/parse.rs:119:2 [INFO] [stderr] | [INFO] [stderr] 119 | lazy_static!{ [INFO] [stderr] | _____^ [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 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/parsing/parse.rs:144:2 [INFO] [stderr] | [INFO] [stderr] 144 | lazy_static!{ [INFO] [stderr] | _____^ [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 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/parsing/parse.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 172 | lazy_static!{ [INFO] [stderr] | _____^ [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 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/parsing/parse.rs:199:2 [INFO] [stderr] | [INFO] [stderr] 199 | lazy_static!{ [INFO] [stderr] | _____^ [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 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/parsing/parse.rs:226:2 [INFO] [stderr] | [INFO] [stderr] 226 | lazy_static!{ [INFO] [stderr] | _____^ [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 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/parsing/encode.rs:16:2 [INFO] [stderr] | [INFO] [stderr] 16 | lazy_static!{ [INFO] [stderr] | _____^ [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 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/parsing/parse.rs:119:2 [INFO] [stderr] | [INFO] [stderr] 119 | lazy_static!{ [INFO] [stderr] | _____^ [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 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/parsing/parse.rs:144:2 [INFO] [stderr] | [INFO] [stderr] 144 | lazy_static!{ [INFO] [stderr] | _____^ [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 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/parsing/parse.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 172 | lazy_static!{ [INFO] [stderr] | _____^ [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 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/parsing/parse.rs:199:2 [INFO] [stderr] | [INFO] [stderr] 199 | lazy_static!{ [INFO] [stderr] | _____^ [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 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/parsing/parse.rs:226:2 [INFO] [stderr] | [INFO] [stderr] 226 | lazy_static!{ [INFO] [stderr] | _____^ [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.88s [INFO] running `"docker" "inspect" "07509094f09f9ea31fb670f510f2ddcc861e795be303e6cc30c385b5fff3df27"` [INFO] running `"docker" "rm" "-f" "07509094f09f9ea31fb670f510f2ddcc861e795be303e6cc30c385b5fff3df27"` [INFO] [stdout] 07509094f09f9ea31fb670f510f2ddcc861e795be303e6cc30c385b5fff3df27