[INFO] fetching crate solarsail-macros 0.1.0... [INFO] checking solarsail-macros-0.1.0 against try#8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346 for pr-86194 [INFO] extracting crate solarsail-macros 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate solarsail-macros 0.1.0 on toolchain 8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate solarsail-macros 0.1.0 [INFO] finished tweaking crates.io crate solarsail-macros 0.1.0 [INFO] tweaked toml for crates.io crate solarsail-macros 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9a202cc8d64b4478bbd743b2817a962660c408b7cd23c43e96f7bb12f2344605 [INFO] running `Command { std: "docker" "start" "-a" "9a202cc8d64b4478bbd743b2817a962660c408b7cd23c43e96f7bb12f2344605", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a202cc8d64b4478bbd743b2817a962660c408b7cd23c43e96f7bb12f2344605", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a202cc8d64b4478bbd743b2817a962660c408b7cd23c43e96f7bb12f2344605", kill_on_drop: false }` [INFO] [stdout] 9a202cc8d64b4478bbd743b2817a962660c408b7cd23c43e96f7bb12f2344605 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0fc895d760ee90a68de587e6f26941ab0cce85a5983c371cbab9ff23d62ef69 [INFO] running `Command { std: "docker" "start" "-a" "d0fc895d760ee90a68de587e6f26941ab0cce85a5983c371cbab9ff23d62ef69", kill_on_drop: false }` [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling trybuild v1.0.42 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking proc-macro2 v1.0.27 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking solarsail-macros v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `solarsail` in the list of imported crates [INFO] [stdout] --> tests/tests.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | get!("resources" / id) => assert_eq!(id, "42"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ could not find `solarsail` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `solarsail` in the list of imported crates [INFO] [stdout] --> tests/tests.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | post!("resources" / id) => assert_eq!(id, "42"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ could not find `solarsail` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `post` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `solarsail` in the list of imported crates [INFO] [stdout] --> tests/tests.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | put!("resources" / id) => assert_eq!(id, "42"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ could not find `solarsail` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `put` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `solarsail` in the list of imported crates [INFO] [stdout] --> tests/tests.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | delete!("resources" / id) => assert_eq!(id, "42"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `solarsail` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `delete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `solarsail` in the list of imported crates [INFO] [stdout] --> tests/tests.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | patch!("resources" / id) => assert_eq!(id, "42"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `solarsail` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `patch` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `solarsail` in the list of imported crates [INFO] [stdout] --> tests/tests.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | get!(/ "resources" / id) => assert_eq!(id, "42"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `solarsail` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `solarsail` in the list of imported crates [INFO] [stdout] --> tests/tests.rs:78:60 [INFO] [stdout] | [INFO] [stdout] 78 | assert!(matches!((&Method::GET, &["resources", "42"]), get!())); [INFO] [stdout] | ^^^^^^ could not find `solarsail` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `solarsail` in the list of imported crates [INFO] [stdout] --> tests/tests.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | get!("one" / .. / id) => assert_eq!(id, "42"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `solarsail` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `solarsail` in the list of imported crates [INFO] [stdout] --> tests/tests.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | get!("one" / ..) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `solarsail` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `solarsail` in the list of imported crates [INFO] [stdout] --> tests/tests.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | get!("one" / tail @ ..) => assert_eq!(&tail, &["two", "three", "42"]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ could not find `solarsail` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `solarsail-macros` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "d0fc895d760ee90a68de587e6f26941ab0cce85a5983c371cbab9ff23d62ef69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0fc895d760ee90a68de587e6f26941ab0cce85a5983c371cbab9ff23d62ef69", kill_on_drop: false }` [INFO] [stdout] d0fc895d760ee90a68de587e6f26941ab0cce85a5983c371cbab9ff23d62ef69