[INFO] fetching crate tiny-cli 0.3.1... [INFO] checking tiny-cli-0.3.1 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate tiny-cli 0.3.1 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate tiny-cli 0.3.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate tiny-cli 0.3.1 [INFO] tweaked toml for crates.io crate tiny-cli 0.3.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tiny-cli 0.3.1 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 25985797663be08a53c90ba7a1306f35c7f3ef460381c3cd35bc701d2da6e070 [INFO] running `Command { std: "docker" "start" "-a" "25985797663be08a53c90ba7a1306f35c7f3ef460381c3cd35bc701d2da6e070", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25985797663be08a53c90ba7a1306f35c7f3ef460381c3cd35bc701d2da6e070", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25985797663be08a53c90ba7a1306f35c7f3ef460381c3cd35bc701d2da6e070", kill_on_drop: false }` [INFO] [stdout] 25985797663be08a53c90ba7a1306f35c7f3ef460381c3cd35bc701d2da6e070 [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" "-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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff8902537f2d99e11bbf5816e40b3018fce9f0e26b2d166d7cf1ed83aff4e68b [INFO] running `Command { std: "docker" "start" "-a" "ff8902537f2d99e11bbf5816e40b3018fce9f0e26b2d166d7cf1ed83aff4e68b", kill_on_drop: false }` [INFO] [stderr] Compiling tiny-cli v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use tiny_std::unix::cli::ArgParse; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use tiny_std::{unix_lit, UnixStr, UnixString}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` 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 `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(ArgParse)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(ArgParse)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | #[derive(ArgParse)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | #[derive(ArgParse)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(ArgParse)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(ArgParse)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:167:10 [INFO] [stdout] | [INFO] [stdout] 167 | #[derive(ArgParse)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:192:10 [INFO] [stdout] | [INFO] [stdout] 192 | #[derive(ArgParse)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:237:10 [INFO] [stdout] | [INFO] [stdout] 237 | #[derive(ArgParse)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:246:10 [INFO] [stdout] | [INFO] [stdout] 246 | #[derive(Subcommand, Debug, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `Subcommand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | #[derive(ArgParse, Debug, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:311:10 [INFO] [stdout] | [INFO] [stdout] 311 | #[derive(ArgParse, Debug, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:317:10 [INFO] [stdout] | [INFO] [stdout] 317 | #[derive(Subcommand, Debug, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `Subcommand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:322:10 [INFO] [stdout] | [INFO] [stdout] 322 | #[derive(ArgParse, Debug, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:328:10 [INFO] [stdout] | [INFO] [stdout] 328 | #[derive(Subcommand, Debug, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `Subcommand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:370:10 [INFO] [stdout] | [INFO] [stdout] 370 | #[derive(ArgParse, Debug)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:386:10 [INFO] [stdout] | [INFO] [stdout] 386 | #[derive(Subcommand, Debug)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `Subcommand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:397:10 [INFO] [stdout] | [INFO] [stdout] 397 | #[derive(ArgParse, Debug)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | #[derive(ArgParse, Debug)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:421:10 [INFO] [stdout] | [INFO] [stdout] 421 | #[derive(ArgParse, Debug)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:432:10 [INFO] [stdout] | [INFO] [stdout] 432 | #[derive(ArgParse, Debug)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:442:10 [INFO] [stdout] | [INFO] [stdout] 442 | #[derive(Subcommand, Debug)] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `Subcommand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] --> tests/derive_test.rs:447:10 [INFO] [stdout] | [INFO] [stdout] 447 | #[derive(ArgParse, Debug)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `tiny_std` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tiny_std`, use `cargo add tiny_std` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ArgParse` (in Nightly builds, run with -Z macro-backtrace for more info) [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 `tiny-cli` (test "derive_test") due to 25 previous errors [INFO] running `Command { std: "docker" "inspect" "ff8902537f2d99e11bbf5816e40b3018fce9f0e26b2d166d7cf1ed83aff4e68b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff8902537f2d99e11bbf5816e40b3018fce9f0e26b2d166d7cf1ed83aff4e68b", kill_on_drop: false }` [INFO] [stdout] ff8902537f2d99e11bbf5816e40b3018fce9f0e26b2d166d7cf1ed83aff4e68b