[INFO] cloning repository https://github.com/rengare/udemyget [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rengare/udemyget" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frengare%2Fudemyget", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frengare%2Fudemyget'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 04743d20f6879b3eff20c1a9211a0ff001824de4 [INFO] testing rengare/udemyget against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frengare%2Fudemyget" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/rengare/udemyget [INFO] finished tweaking git repo https://github.com/rengare/udemyget [INFO] tweaked toml for git repo https://github.com/rengare/udemyget written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rengare/udemyget on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/rengare/udemyget 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" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0210f167bcdee8583bf64706290ad24800192ebacd244c9d94ff619afb4d0d1b [INFO] running `Command { std: "docker" "start" "-a" "0210f167bcdee8583bf64706290ad24800192ebacd244c9d94ff619afb4d0d1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0210f167bcdee8583bf64706290ad24800192ebacd244c9d94ff619afb4d0d1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0210f167bcdee8583bf64706290ad24800192ebacd244c9d94ff619afb4d0d1b", kill_on_drop: false }` [INFO] [stdout] 0210f167bcdee8583bf64706290ad24800192ebacd244c9d94ff619afb4d0d1b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8ef2e94c61fa77d8b61f12006decd6ba8030c0475aa9992c2e2c9c0cedbbaa7 [INFO] running `Command { std: "docker" "start" "-a" "f8ef2e94c61fa77d8b61f12006decd6ba8030c0475aa9992c2e2c9c0cedbbaa7", kill_on_drop: false }` [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling bindgen v0.72.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling simd-adler32 v0.3.9 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling zerofrom v0.1.7 [INFO] [stderr] Compiling rustc-hash v2.1.2 [INFO] [stderr] Compiling bitflags v2.11.1 [INFO] [stderr] Compiling fslock v0.2.1 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling typenum v1.20.0 [INFO] [stderr] Compiling yoke v0.8.2 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling foreign-types-macros v0.2.3 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling hashbrown v0.17.0 [INFO] [stderr] Compiling rustls-pki-types v1.14.1 [INFO] [stderr] Compiling cc v1.2.61 [INFO] [stderr] Compiling zerovec v0.11.6 [INFO] [stderr] Compiling zerotrie v0.2.4 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling compression-core v0.4.32 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling tokio v1.52.2 [INFO] [stderr] Compiling webpki-root-certs v1.0.7 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling foreign-types v0.5.0 [INFO] [stderr] Compiling typed-builder-macro v0.21.2 [INFO] [stderr] Compiling indexmap v2.14.0 [INFO] [stderr] Compiling tinystr v0.8.3 [INFO] [stderr] Compiling potential_utf v0.1.5 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling icu_collections v2.2.0 [INFO] [stderr] Compiling instability v0.3.12 [INFO] [stderr] Compiling icu_locale_core v2.2.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling linked_hash_set v0.1.6 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling block-padding v0.3.3 [INFO] [stderr] Compiling cmake v0.1.58 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling webpki-root-certs v0.26.11 [INFO] [stderr] Compiling arc-swap v1.9.1 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling unicode-segmentation v1.13.2 [INFO] [stderr] Compiling lru v0.13.0 [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling icu_provider v2.2.0 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling icu_properties v2.2.0 [INFO] [stderr] Compiling icu_normalizer v2.2.0 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling typed-builder v0.21.2 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling cbc v0.1.2 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling idna_adapter v1.2.2 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling m3u8-rs v6.0.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling sanitize-filename v0.5.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.6 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling http2 v0.4.21 [INFO] [stderr] Compiling hyper2 v1.5.5 [INFO] [stderr] Compiling boring-sys2 v4.15.15 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling compression-codecs v0.4.38 [INFO] [stderr] Compiling async-compression v0.4.42 [INFO] [stderr] Compiling boring2 v4.15.15 [INFO] [stderr] Compiling tokio-boring2 v4.15.15 [INFO] [stderr] Compiling rquest v5.1.0 [INFO] [stderr] Compiling rquest-util v2.2.1 [INFO] [stderr] Compiling udemyget v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `open_curriculum` is never used [INFO] [stdout] --> src/app.rs:372:8 [INFO] [stdout] | [INFO] [stdout] 93 | impl App { [INFO] [stdout] | -------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 372 | fn open_curriculum(&mut self, tx: UnboundedSender) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `save` is never used [INFO] [stdout] --> src/config.rs:129:8 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn save(config: &Config) -> anyhow::Result<()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `Command { std: "docker" "inspect" "f8ef2e94c61fa77d8b61f12006decd6ba8030c0475aa9992c2e2c9c0cedbbaa7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8ef2e94c61fa77d8b61f12006decd6ba8030c0475aa9992c2e2c9c0cedbbaa7", kill_on_drop: false }` [INFO] [stdout] f8ef2e94c61fa77d8b61f12006decd6ba8030c0475aa9992c2e2c9c0cedbbaa7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42f35ee5d510b583838cd4ef07893e01053d21d67050f40e2a9b4c7f9aeae39a [INFO] running `Command { std: "docker" "start" "-a" "42f35ee5d510b583838cd4ef07893e01053d21d67050f40e2a9b4c7f9aeae39a", kill_on_drop: false }` [INFO] [stderr] Compiling udemyget v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `open_curriculum` is never used [INFO] [stdout] --> src/app.rs:372:8 [INFO] [stdout] | [INFO] [stdout] 93 | impl App { [INFO] [stdout] | -------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 372 | fn open_curriculum(&mut self, tx: UnboundedSender) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `save` is never used [INFO] [stdout] --> src/config.rs:129:8 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn save(config: &Config) -> anyhow::Result<()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.98s [INFO] running `Command { std: "docker" "inspect" "42f35ee5d510b583838cd4ef07893e01053d21d67050f40e2a9b4c7f9aeae39a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42f35ee5d510b583838cd4ef07893e01053d21d67050f40e2a9b4c7f9aeae39a", kill_on_drop: false }` [INFO] [stdout] 42f35ee5d510b583838cd4ef07893e01053d21d67050f40e2a9b4c7f9aeae39a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6edc7c1c172961984cedc45e5dcf536422bbbbcfa17bc287a39e2cd238a3cf90 [INFO] running `Command { std: "docker" "start" "-a" "6edc7c1c172961984cedc45e5dcf536422bbbbcfa17bc287a39e2cd238a3cf90", kill_on_drop: false }` [INFO] [stderr] warning: method `open_curriculum` is never used [INFO] [stderr] --> src/app.rs:372:8 [INFO] [stderr] | [INFO] [stderr] 93 | impl App { [INFO] [stderr] | -------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 372 | fn open_curriculum(&mut self, tx: UnboundedSender) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: function `save` is never used [INFO] [stderr] --> src/config.rs:129:8 [INFO] [stderr] | [INFO] [stderr] 129 | pub fn save(config: &Config) -> anyhow::Result<()> { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: `udemyget` (bin "udemyget" test) generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/udemyget-c9a0f3f78a9757d2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6edc7c1c172961984cedc45e5dcf536422bbbbcfa17bc287a39e2cd238a3cf90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6edc7c1c172961984cedc45e5dcf536422bbbbcfa17bc287a39e2cd238a3cf90", kill_on_drop: false }` [INFO] [stdout] 6edc7c1c172961984cedc45e5dcf536422bbbbcfa17bc287a39e2cd238a3cf90