[INFO] fetching crate i2pd-launch 0.1.1... [INFO] checking i2pd-launch-0.1.1 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate i2pd-launch 0.1.1 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate i2pd-launch 0.1.1 [INFO] finished tweaking crates.io crate i2pd-launch 0.1.1 [INFO] tweaked toml for crates.io crate i2pd-launch 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate i2pd-launch 0.1.1 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate i2pd-launch 0.1.1 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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6746bdee8005f78cb91fec00248bdc867e3f28578b41b2aa9c3b85997abfe49c [INFO] running `Command { std: "docker" "start" "-a" "6746bdee8005f78cb91fec00248bdc867e3f28578b41b2aa9c3b85997abfe49c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6746bdee8005f78cb91fec00248bdc867e3f28578b41b2aa9c3b85997abfe49c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6746bdee8005f78cb91fec00248bdc867e3f28578b41b2aa9c3b85997abfe49c", kill_on_drop: false }` [INFO] [stdout] 6746bdee8005f78cb91fec00248bdc867e3f28578b41b2aa9c3b85997abfe49c [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a99b78db336f083d6c8f6d51400d84bfb6dd09cef59b622bcc29797cede48d8f [INFO] running `Command { std: "docker" "start" "-a" "a99b78db336f083d6c8f6d51400d84bfb6dd09cef59b622bcc29797cede48d8f", kill_on_drop: false }` [INFO] [stderr] Compiling windows_x86_64_gnu v0.48.5 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking windows-targets v0.48.5 [INFO] [stderr] Checking windows-sys v0.48.0 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking i2pd-launch v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0428]: the name `main` is defined multiple times [INFO] [stdout] --> src/main.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 21 | fn main() -> ExitCode { [INFO] [stdout] | --------------------- previous definition of the value `main` here [INFO] [stdout] ... [INFO] [stdout] 35 | fn main() -> ExitCode { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ `main` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `main` must be defined only once in the value namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0428]: the name `main` is defined multiple times [INFO] [stdout] --> src/main.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 21 | fn main() -> ExitCode { [INFO] [stdout] | --------------------- previous definition of the value `main` here [INFO] [stdout] ... [INFO] [stdout] 35 | fn main() -> ExitCode { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ `main` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `main` must be defined only once in the value namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `known_folder` in crate `dirs_sys` [INFO] [stdout] --> src/main.rs:37:33 [INFO] [stdout] | [INFO] [stdout] 37 | let global_i2pd = dirs_sys::known_folder(FOLDERID_ProgramData).map_or(false, |f| detect_scoop_i2pd(&f)); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `dirs_sys` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | known_folder, known_folder_profile, known_folder_roaming_app_data, known_folder_local_app_data, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `windows` feature [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:217:7 [INFO] [stdout] | [INFO] [stdout] 217 | #[cfg(target_os = "windows")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `known_folder` in crate `dirs_sys` [INFO] [stdout] --> src/main.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | let user_i2pd = dirs_sys::known_folder(FOLDERID_Profile).map_or(false, |f| detect_scoop_i2pd(&f)); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `dirs_sys` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | known_folder, known_folder_profile, known_folder_roaming_app_data, known_folder_local_app_data, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `windows` feature [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:217:7 [INFO] [stdout] | [INFO] [stdout] 217 | #[cfg(target_os = "windows")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `known_folder` in crate `dirs_sys` [INFO] [stdout] --> src/main.rs:106:26 [INFO] [stdout] | [INFO] [stdout] 106 | let mut f = dirs_sys::known_folder(folder).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `dirs_sys` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | known_folder, known_folder_profile, known_folder_roaming_app_data, known_folder_local_app_data, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `windows` feature [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:217:7 [INFO] [stdout] | [INFO] [stdout] 217 | #[cfg(target_os = "windows")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `From` found for struct `ExitCode` in the current scope [INFO] [stdout] --> src/main.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | ExitCode::From(3) [INFO] [stdout] | ^^^^ associated item not found in `ExitCode` [INFO] [stdout] | [INFO] [stdout] help: there is an associated function `from` with a similar name (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 23 - ExitCode::From(3) [INFO] [stdout] 23 + ExitCode::from(3) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `known_folder` in crate `dirs_sys` [INFO] [stdout] --> src/main.rs:37:33 [INFO] [stdout] | [INFO] [stdout] 37 | let global_i2pd = dirs_sys::known_folder(FOLDERID_ProgramData).map_or(false, |f| detect_scoop_i2pd(&f)); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `dirs_sys` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | known_folder, known_folder_profile, known_folder_roaming_app_data, known_folder_local_app_data, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `windows` feature [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:217:7 [INFO] [stdout] | [INFO] [stdout] 217 | #[cfg(target_os = "windows")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `known_folder` in crate `dirs_sys` [INFO] [stdout] --> src/main.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | let user_i2pd = dirs_sys::known_folder(FOLDERID_Profile).map_or(false, |f| detect_scoop_i2pd(&f)); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `dirs_sys` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | known_folder, known_folder_profile, known_folder_roaming_app_data, known_folder_local_app_data, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `windows` feature [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:217:7 [INFO] [stdout] | [INFO] [stdout] 217 | #[cfg(target_os = "windows")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `known_folder` in crate `dirs_sys` [INFO] [stdout] --> src/main.rs:106:26 [INFO] [stdout] | [INFO] [stdout] 106 | let mut f = dirs_sys::known_folder(folder).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `dirs_sys` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | known_folder, known_folder_profile, known_folder_roaming_app_data, known_folder_local_app_data, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `windows` feature [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:217:7 [INFO] [stdout] | [INFO] [stdout] 217 | #[cfg(target_os = "windows")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0428, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `i2pd-launch` (bin "i2pd-launch" test) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no associated item named `From` found for struct `ExitCode` in the current scope [INFO] [stdout] --> src/main.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | ExitCode::From(3) [INFO] [stdout] | ^^^^ associated item not found in `ExitCode` [INFO] [stdout] | [INFO] [stdout] help: there is an associated function `from` with a similar name (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 23 - ExitCode::From(3) [INFO] [stdout] 23 + ExitCode::from(3) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0428, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `i2pd-launch` (bin "i2pd-launch") due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "a99b78db336f083d6c8f6d51400d84bfb6dd09cef59b622bcc29797cede48d8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a99b78db336f083d6c8f6d51400d84bfb6dd09cef59b622bcc29797cede48d8f", kill_on_drop: false }` [INFO] [stdout] a99b78db336f083d6c8f6d51400d84bfb6dd09cef59b622bcc29797cede48d8f