[INFO] cloning repository https://github.com/andyundso/aloy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andyundso/aloy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandyundso%2Faloy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandyundso%2Faloy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5921603d69d3cab2a9d5b7c8e19ecc4bc4e73e84
[INFO] checking andyundso/aloy against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandyundso%2Faloy" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/andyundso/aloy
[INFO] finished tweaking git repo https://github.com/andyundso/aloy
[INFO] tweaked toml for git repo https://github.com/andyundso/aloy written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/andyundso/aloy on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/andyundso/aloy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded filetime v0.2.9
[INFO] [stderr]   Downloaded crossbeam-utils v0.8.0
[INFO] [stderr]   Downloaded const_fn v0.4.2
[INFO] [stderr]   Downloaded ureq v2.4.0
[INFO] [stderr]   Downloaded smallvec v1.3.0
[INFO] [stderr]   Downloaded chunked_transfer v1.2.0
[INFO] [stderr]   Downloaded webpki-roots v0.22.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a71bb07b120861de3c801ae1fb61229ed94f3326f0d2e826e823aa327732537f
[INFO] running `Command { std: "docker" "start" "-a" "a71bb07b120861de3c801ae1fb61229ed94f3326f0d2e826e823aa327732537f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a71bb07b120861de3c801ae1fb61229ed94f3326f0d2e826e823aa327732537f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a71bb07b120861de3c801ae1fb61229ed94f3326f0d2e826e823aa327732537f", kill_on_drop: false }`
[INFO] [stdout] a71bb07b120861de3c801ae1fb61229ed94f3326f0d2e826e823aa327732537f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8fb0b036df30a70e3366e75d8a062c2d79a0564665a159dc935c7fdcd82fc2ed
[INFO] running `Command { std: "docker" "start" "-a" "8fb0b036df30a70e3366e75d8a062c2d79a0564665a159dc935c7fdcd82fc2ed", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.69
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling serde_derive v1.0.133
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]    Compiling ryu v1.0.3
[INFO] [stderr]     Checking smallvec v1.3.0
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling crc32fast v1.3.0
[INFO] [stderr]    Compiling const_fn v0.4.2
[INFO] [stderr]    Compiling quote v1.0.3
[INFO] [stderr]     Checking unicode-normalization v0.1.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.0
[INFO] [stderr]     Checking unicode-bidi v0.3.4
[INFO] [stderr]    Compiling serde_json v1.0.73
[INFO] [stderr]     Checking itoa v1.0.1
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking inotify-sys v0.1.3
[INFO] [stderr]     Checking lazycell v1.2.1
[INFO] [stderr]     Checking walkdir v2.3.1
[INFO] [stderr]     Checking inotify v0.7.0
[INFO] [stderr]     Checking flate2 v1.0.22
[INFO] [stderr]     Checking filetime v0.2.9
[INFO] [stderr]     Checking idna v0.2.0
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]    Compiling aloy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking chunked_transfer v1.2.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.2
[INFO] [stderr]     Checking url v2.1.1
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]     Checking notify v4.0.17
[INFO] [stderr]     Checking webpki v0.22.0
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking rustls v0.20.2
[INFO] [stderr]     Checking webpki-roots v0.22.1
[INFO] [stderr]     Checking ureq v2.4.0
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_is_nightly`
[INFO] [stdout]  --> src/main.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(all(rustc_is_nightly, windows), feature(windows_by_handle))]
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_is_nightly)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_is_nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_is_nightly`
[INFO] [stdout]  --> src/main.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(all(rustc_is_nightly, windows), feature(windows_by_handle))]
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustc_is_nightly)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_is_nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/watcher.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |         webservice::send_json(file_information, event_type);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 52 |         let _ = webservice::send_json(file_information, event_type);
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/watcher/webservice.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout] 30 | /   ureq::post(&super::super::configuration::CONFIGURATION.webservice_url)
[INFO] [stdout] 31 | |         .send_json(json!(request_body));
[INFO] [stdout]    | |_______________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 30 |   let _ = ureq::post(&super::super::configuration::CONFIGURATION.webservice_url)
[INFO] [stdout]    |   +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/watcher.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |         webservice::send_json(file_information, event_type);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 52 |         let _ = webservice::send_json(file_information, event_type);
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/watcher/webservice.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout] 30 | /   ureq::post(&super::super::configuration::CONFIGURATION.webservice_url)
[INFO] [stdout] 31 | |         .send_json(json!(request_body));
[INFO] [stdout]    | |_______________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 30 |   let _ = ureq::post(&super::super::configuration::CONFIGURATION.webservice_url)
[INFO] [stdout]    |   +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.77s
[INFO] running `Command { std: "docker" "inspect" "8fb0b036df30a70e3366e75d8a062c2d79a0564665a159dc935c7fdcd82fc2ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fb0b036df30a70e3366e75d8a062c2d79a0564665a159dc935c7fdcd82fc2ed", kill_on_drop: false }`
[INFO] [stdout] 8fb0b036df30a70e3366e75d8a062c2d79a0564665a159dc935c7fdcd82fc2ed
