[INFO] fetching crate tun-easytier 1.1.1... [INFO] checking tun-easytier-1.1.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate tun-easytier 1.1.1 into /workspace/builds/worker-4-tc1/source [INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml [INFO] started tweaking crates.io crate tun-easytier 1.1.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate tun-easytier 1.1.1 [INFO] tweaked toml for crates.io crate tun-easytier 1.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tun-easytier 1.1.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tun-easytier 1.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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded c2rust-bitfields v0.18.0 [INFO] [stderr] Downloaded ctrlc2 v3.5.7 [INFO] [stderr] Downloaded c2rust-bitfields-derive v0.18.0 [INFO] [stderr] Downloaded packet v0.1.4 [INFO] [stderr] Downloaded wintun v0.5.0 [INFO] [stderr] Downloaded hwaddr v0.1.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20eba87a5c8b1638480005ff4fba71d0a33d86e8e2f0fa7430ce3b450417a1bf [INFO] running `Command { std: "docker" "start" "-a" "20eba87a5c8b1638480005ff4fba71d0a33d86e8e2f0fa7430ce3b450417a1bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20eba87a5c8b1638480005ff4fba71d0a33d86e8e2f0fa7430ce3b450417a1bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20eba87a5c8b1638480005ff4fba71d0a33d86e8e2f0fa7430ce3b450417a1bf", kill_on_drop: false }` [INFO] [stdout] 20eba87a5c8b1638480005ff4fba71d0a33d86e8e2f0fa7430ce3b450417a1bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16f47dac205fa86ffe06f6e089677690ccb60c85b6cc65b08708f9a6d03db33d [INFO] running `Command { std: "docker" "start" "-a" "16f47dac205fa86ffe06f6e089677690ccb60c85b6cc65b08708f9a6d03db33d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking siphasher v0.3.11 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling hwaddr v0.1.7 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking phf_shared v0.8.0 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking anstyle-parse v0.2.5 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling serde_json v1.0.122 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking colorchoice v1.0.2 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Checking anstyle-query v1.1.1 [INFO] [stderr] Checking bytes v1.7.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking anstream v0.6.15 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v1.0.1 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Checking tokio v1.39.2 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking packet v0.1.4 [INFO] [stderr] Checking tun-easytier v1.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking env_filter v0.1.2 [INFO] [stderr] Checking env_logger v0.11.5 [INFO] [stderr] Checking ctrlc2 v3.5.7 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stdout] error[E0432]: unresolved import `tun2` [INFO] [stdout] --> examples/dev-config.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use tun2::{AbstractDevice, BoxError}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `tun2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tun2`, use `cargo add tun2` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tun2` [INFO] [stdout] --> examples/split.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use tun2::BoxError; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `tun2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tun2`, use `cargo add tun2` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tun2` [INFO] [stdout] --> examples/dev-config.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | let mut config = tun2::Configuration::default(); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `tun2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tun2`, use `cargo add tun2` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 15 + use tun_easytier::Configuration; [INFO] [stdout] | [INFO] [stdout] help: if you import `Configuration`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 36 - let mut config = tun2::Configuration::default(); [INFO] [stdout] 36 + let mut config = Configuration::default(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tun2` [INFO] [stdout] --> examples/dev-config.rs:49:19 [INFO] [stdout] | [INFO] [stdout] 49 | let mut dev = tun2::create(&config)?; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `tun2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tun2`, use `cargo add tun2` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tun2` [INFO] [stdout] --> examples/write.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use tun2::BoxError; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `tun2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tun2`, use `cargo add tun2` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tun-easytier` (example "dev-config") due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tun2` [INFO] [stdout] --> examples/split.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | let mut config = tun2::Configuration::default(); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `tun2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tun2`, use `cargo add tun2` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 15 + use tun_easytier::Configuration; [INFO] [stdout] | [INFO] [stdout] help: if you import `Configuration`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 36 - let mut config = tun2::Configuration::default(); [INFO] [stdout] 36 + let mut config = Configuration::default(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tun2` [INFO] [stdout] --> examples/split.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | let dev = tun2::create(&config)?; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `tun2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tun2`, use `cargo add tun2` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tun-easytier` (example "split") due to 3 previous errors [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tun2` [INFO] [stdout] --> examples/write.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | let mut config = tun2::Configuration::default(); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `tun2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tun2`, use `cargo add tun2` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 15 + use tun_easytier::Configuration; [INFO] [stdout] | [INFO] [stdout] help: if you import `Configuration`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 36 - let mut config = tun2::Configuration::default(); [INFO] [stdout] 36 + let mut config = Configuration::default(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tun2` [INFO] [stdout] --> examples/write.rs:49:19 [INFO] [stdout] | [INFO] [stdout] 49 | let mut dev = tun2::create(&config)?; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `tun2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tun2`, use `cargo add tun2` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tun2` [INFO] [stdout] --> examples/read.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use tun2::BoxError; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `tun2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tun2`, use `cargo add tun2` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tun-easytier` (example "write") due to 3 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tun2` [INFO] [stdout] --> examples/read.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 35 | let mut config = tun2::Configuration::default(); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `tun2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tun2`, use `cargo add tun2` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 15 + use tun_easytier::Configuration; [INFO] [stdout] | [INFO] [stdout] help: if you import `Configuration`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 35 - let mut config = tun2::Configuration::default(); [INFO] [stdout] 35 + let mut config = Configuration::default(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tun2` [INFO] [stdout] --> examples/read.rs:48:19 [INFO] [stdout] | [INFO] [stdout] 48 | let mut dev = tun2::create(&config)?; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `tun2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tun2`, use `cargo add tun2` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tun-easytier` (example "read") due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "16f47dac205fa86ffe06f6e089677690ccb60c85b6cc65b08708f9a6d03db33d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16f47dac205fa86ffe06f6e089677690ccb60c85b6cc65b08708f9a6d03db33d", kill_on_drop: false }` [INFO] [stdout] 16f47dac205fa86ffe06f6e089677690ccb60c85b6cc65b08708f9a6d03db33d