[INFO] cloning repository https://github.com/Authtbh/mew
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Authtbh/mew" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAuthtbh%2Fmew", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAuthtbh%2Fmew'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b86d93014f4c754dd0ed1d7617c9c4bbc7af80d8
[INFO] testing Authtbh/mew against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAuthtbh%2Fmew" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Authtbh/mew
[INFO] finished tweaking git repo https://github.com/Authtbh/mew
[INFO] tweaked toml for git repo https://github.com/Authtbh/mew written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Authtbh/mew on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Authtbh/mew 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 903182dac521f6334b1e1f83d4be8594233235b1ab63224b414ba9d146797b65
[INFO] running `Command { std: "docker" "start" "-a" "903182dac521f6334b1e1f83d4be8594233235b1ab63224b414ba9d146797b65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "903182dac521f6334b1e1f83d4be8594233235b1ab63224b414ba9d146797b65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "903182dac521f6334b1e1f83d4be8594233235b1ab63224b414ba9d146797b65", kill_on_drop: false }`
[INFO] [stdout] 903182dac521f6334b1e1f83d4be8594233235b1ab63224b414ba9d146797b65
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0be90261e17225fee25040100a9931885e74325aa71ec51ec526777deba8625e
[INFO] running `Command { std: "docker" "start" "-a" "0be90261e17225fee25040100a9931885e74325aa71ec51ec526777deba8625e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling indexmap v2.2.5
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling self_update v0.39.0
[INFO] [stderr]    Compiling indicatif v0.17.8
[INFO] [stderr]    Compiling quick-xml v0.23.1
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling self-replace v1.3.7
[INFO] [stderr]    Compiling openssl-sys v0.9.101
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling h2 v0.3.24
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling reqwest v0.11.25
[INFO] [stderr]    Compiling mew v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `self_update::backends::Download`
[INFO] [stdout]  --> src/main.rs:3:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self_update::{backends::github::Release, backends::Download};
[INFO] [stdout]   |                                              ^^^^^^^^^^^^^^^^^^ no `Download` in `backends`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           self_update::Download
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Updater` in `github`
[INFO] [stdout]   --> src/main.rs:35:50
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let backend = self_update::backends::github::Updater::configure()
[INFO] [stdout]    |                                                  ^^^^^^^
[INFO] [stdout]    |                                                  |
[INFO] [stdout]    |                                                  could not find `Updater` in `github`
[INFO] [stdout]    |                                                  help: a struct with a similar name exists: `Update`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Download` in `backends`
[INFO] [stdout]   --> src/main.rs:51:43
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let download = self_update::backends::Download::from_release(release, target)?;
[INFO] [stdout]    |                                           ^^^^^^^^ could not find `Download` in `backends`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 2  + use self_update::Download;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Download`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 51 -     let download = self_update::backends::Download::from_release(release, target)?;
[INFO] [stdout] 51 +     let download = Download::from_release(release, target)?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: struct `Release` is private
[INFO] [stdout]   --> src/main.rs:3:37
[INFO] [stdout]    |
[INFO] [stdout] 3  | use self_update::{backends::github::Release, backends::Download};
[INFO] [stdout]    |                                     ^^^^^^^ private struct
[INFO] [stdout]    |
[INFO] [stdout] note: the struct `Release` is defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/self_update-0.39.0/src/backends/github.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 |     update::{Release, ReleaseAsset, ReleaseUpdate},
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] help: import `Release` directly
[INFO] [stdout]    |
[INFO] [stdout] 3  - use self_update::{backends::github::Release, backends::Download};
[INFO] [stdout] 3  + use self_update::{self_update::update::Release, backends::Download};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::process::Command`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::process::Command;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mew` (bin "mew") due to 4 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "0be90261e17225fee25040100a9931885e74325aa71ec51ec526777deba8625e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0be90261e17225fee25040100a9931885e74325aa71ec51ec526777deba8625e", kill_on_drop: false }`
[INFO] [stdout] 0be90261e17225fee25040100a9931885e74325aa71ec51ec526777deba8625e
