[INFO] cloning repository https://github.com/synixebrett/HEMTT [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/synixebrett/HEMTT" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynixebrett%2FHEMTT", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynixebrett%2FHEMTT'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 54eb33df87410bce796a2b4595b0a0796f1c7fed [INFO] checking synixebrett/HEMTT against try#a326ccb4ce868265c4f69a0270f3033164acc4f9 for pr-111063-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynixebrett%2FHEMTT" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/synixebrett/HEMTT on toolchain a326ccb4ce868265c4f69a0270f3033164acc4f9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a326ccb4ce868265c4f69a0270f3033164acc4f9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/synixebrett/HEMTT [INFO] finished tweaking git repo https://github.com/synixebrett/HEMTT [INFO] tweaked toml for git repo https://github.com/synixebrett/HEMTT written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/synixebrett/HEMTT 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" "+a326ccb4ce868265c4f69a0270f3033164acc4f9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:5ff2268d62e97bff2cde7d5815dd6ed5b47097566f13b8d0ca110b04b60e07ed" "/opt/rustwide/cargo-home/bin/cargo" "+a326ccb4ce868265c4f69a0270f3033164acc4f9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54fa443bb64f2e703bbc2bb6f34e981413385ec9c94b47d4dd64810882757740 [INFO] running `Command { std: "docker" "start" "-a" "54fa443bb64f2e703bbc2bb6f34e981413385ec9c94b47d4dd64810882757740", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54fa443bb64f2e703bbc2bb6f34e981413385ec9c94b47d4dd64810882757740", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54fa443bb64f2e703bbc2bb6f34e981413385ec9c94b47d4dd64810882757740", kill_on_drop: false }` [INFO] [stdout] 54fa443bb64f2e703bbc2bb6f34e981413385ec9c94b47d4dd64810882757740 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "-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:5ff2268d62e97bff2cde7d5815dd6ed5b47097566f13b8d0ca110b04b60e07ed" "/opt/rustwide/cargo-home/bin/cargo" "+a326ccb4ce868265c4f69a0270f3033164acc4f9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6605157a9f4aaffa3fb1ca5b458da73057d92dadf3431b00b8b0e57bfe0e225b [INFO] running `Command { std: "docker" "start" "-a" "6605157a9f4aaffa3fb1ca5b458da73057d92dadf3431b00b8b0e57bfe0e225b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.141 [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling serde_derive v1.0.162 [INFO] [stderr] Compiling serde v1.0.162 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking const-oid v0.9.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking peekmore v1.2.1 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking hemtt-tokens v1.0.0 (/opt/rustwide/workdir/libs/tokens) [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Compiling libm v0.2.6 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking cpufeatures v0.2.6 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking getrandom v0.2.9 [INFO] [stderr] Checking colored v2.0.0 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling jobserver v0.1.26 [INFO] [stderr] Checking zeroize v1.6.0 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling io-lifetimes v1.0.10 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Checking digest v0.10.6 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Checking pem-rfc7468 v0.6.0 [INFO] [stderr] Compiling tokio v1.27.0 [INFO] [stderr] Compiling rustix v0.37.11 [INFO] [stderr] Checking der v0.6.1 [INFO] [stderr] Checking sha-1 v0.10.1 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking mio v0.8.6 [INFO] [stderr] Checking aho-corasick v0.7.20 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking either v1.8.1 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling openssl-sys v0.9.85 [INFO] [stderr] Compiling libz-sys v1.1.8 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Checking hemtt-io v1.0.0 (/opt/rustwide/workdir/libs/io) [INFO] [stderr] Checking linux-raw-sys v0.3.1 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Checking walkdir v2.3.3 [INFO] [stderr] Checking spki v0.6.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling zstd-sys v2.0.8+zstd.1.5.5 [INFO] [stderr] Checking num-integer v0.1.45 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Checking crossbeam-channel v0.5.8 [INFO] [stderr] Compiling num-bigint-dig v0.8.2 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling openssl v0.10.50 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking regex v1.7.3 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking pkcs8 v0.9.0 [INFO] [stderr] Compiling libssh2-sys v0.3.0 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking futures-io v0.3.28 [INFO] [stderr] Checking percent-encoding v2.2.0 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling tracing-attributes v0.1.24 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking form_urlencoded v1.1.0 [INFO] [stderr] Checking pkcs1 v0.4.1 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking rayon v1.7.0 [INFO] [stderr] Checking hemtt-error v1.0.0 (/opt/rustwide/workdir/libs/error) [INFO] [stderr] Compiling pest v2.6.0 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Checking tokio-util v0.7.7 [INFO] [stderr] Checking sha2 v0.10.6 [INFO] [stderr] Compiling pest_meta v2.6.0 [INFO] [stderr] Checking signature v2.1.0 [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Checking try-lock v0.2.4 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking anstyle-parse v0.2.0 [INFO] [stderr] Checking idna v0.3.0 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling const-random-macro v0.1.15 [INFO] [stderr] Compiling pest_generator v2.6.0 [INFO] [stderr] Checking h2 v0.3.18 [INFO] [stderr] Checking is-terminal v0.4.7 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Compiling libgit2-sys v0.15.1+1.6.4 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle v1.0.0 [INFO] [stderr] Checking miniz_oxide v0.6.2 [INFO] [stderr] Checking const-random v0.1.15 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Compiling pest_derive v2.6.0 [INFO] [stderr] Checking url v2.3.1 [INFO] [stderr] Checking anstream v0.3.0 [INFO] [stderr] Compiling rust-embed-utils v7.5.0 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking cipher v0.3.0 [INFO] [stderr] Checking password-hash v0.4.2 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking winnow v0.4.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling semver v1.0.17 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking keyvalues-parser v0.1.0 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking clap_lex v0.4.1 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking time-core v0.1.0 [INFO] [stderr] Checking unicode-width v0.1.10 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking time v0.3.20 [INFO] [stderr] Checking console v0.15.5 [INFO] [stderr] Checking clap_builder v4.2.7 [INFO] [stderr] Checking aes v0.7.5 [INFO] [stderr] Checking tempfile v3.5.0 [INFO] [stderr] Compiling rust-embed-impl v6.5.0 [INFO] [stderr] Checking hyper v0.14.26 [INFO] [stderr] Checking hemtt-pbo v1.0.0 (/opt/rustwide/workdir/libs/pbo) [INFO] [stdout] error[E0382]: borrow of moved value: `file` [INFO] [stdout] --> libs/pbo/src/write.rs:167:13 [INFO] [stdout] | [INFO] [stdout] 165 | let file = self.file(header.filename())?.unwrap(); [INFO] [stdout] | ---- move occurs because `file` has type `&mut I`, which does not implement the `Copy` trait [INFO] [stdout] 166 | std::io::copy(file, output)?; [INFO] [stdout] | ---- value moved here [INFO] [stdout] 167 | file.rewind()?; [INFO] [stdout] | ^^^^^^^^^^^^^ value borrowed here after move [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0382]: borrow of moved value: `output` [INFO] [stdout] --> libs/pbo/src/write.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn write(&mut self, output: &mut O, properties: bool) -> Result<(), Error> { [INFO] [stdout] | ------ move occurs because `output` has type `&mut O`, which does not implement the `Copy` trait [INFO] [stdout] ... [INFO] [stdout] 166 | std::io::copy(file, output)?; [INFO] [stdout] | ------ value moved here, in previous iteration of loop [INFO] [stdout] ... [INFO] [stdout] 171 | output.write_all(&[0])?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ value borrowed here after move [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0382`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hemtt-pbo` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "6605157a9f4aaffa3fb1ca5b458da73057d92dadf3431b00b8b0e57bfe0e225b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6605157a9f4aaffa3fb1ca5b458da73057d92dadf3431b00b8b0e57bfe0e225b", kill_on_drop: false }` [INFO] [stdout] 6605157a9f4aaffa3fb1ca5b458da73057d92dadf3431b00b8b0e57bfe0e225b