[INFO] fetching crate spatialos-macro 0.1.1... [INFO] checking spatialos-macro-0.1.1 against try#b2f80f6008cdafc35b4472bd46afa16cc6b0cd63 for pr-79470 [INFO] extracting crate spatialos-macro 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate spatialos-macro 0.1.1 on toolchain b2f80f6008cdafc35b4472bd46afa16cc6b0cd63 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate spatialos-macro 0.1.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate spatialos-macro 0.1.1 [INFO] tweaked toml for crates.io crate spatialos-macro 0.1.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate spatialos-macro 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "fetch" "--locked" "--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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 149f4835f5bd01b66a5f0ca80d93c724194f2e74c677e19e6fdf7e873625ece8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "149f4835f5bd01b66a5f0ca80d93c724194f2e74c677e19e6fdf7e873625ece8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "149f4835f5bd01b66a5f0ca80d93c724194f2e74c677e19e6fdf7e873625ece8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "149f4835f5bd01b66a5f0ca80d93c724194f2e74c677e19e6fdf7e873625ece8", kill_on_drop: false }` [INFO] [stdout] 149f4835f5bd01b66a5f0ca80d93c724194f2e74c677e19e6fdf7e873625ece8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85d37d702ca037bf50f4402e78d330c91adcac6c7952abbc84a2a15020c2b02b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "85d37d702ca037bf50f4402e78d330c91adcac6c7952abbc84a2a15020c2b02b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Checking spatialos-macro v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:91:10 [INFO] [stdout] | [INFO] [stdout] 91 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:120:10 [INFO] [stdout] | [INFO] [stdout] 120 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:129:10 [INFO] [stdout] | [INFO] [stdout] 129 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:138:10 [INFO] [stdout] | [INFO] [stdout] 138 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:180:10 [INFO] [stdout] | [INFO] [stdout] 180 | #[derive(SpatialType)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:186:10 [INFO] [stdout] | [INFO] [stdout] 186 | #[derive(SpatialComponent)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | #[derive(SpatialComponent)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:223:10 [INFO] [stdout] | [INFO] [stdout] 223 | #[derive(SpatialComponent)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:234:10 [INFO] [stdout] | [INFO] [stdout] 234 | #[derive(SpatialComponent)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] --> examples/component_macro.rs:243:10 [INFO] [stdout] | [INFO] [stdout] 243 | #[derive(SpatialComponent)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `spatialos_sdk` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 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 `spatialos-macro` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "85d37d702ca037bf50f4402e78d330c91adcac6c7952abbc84a2a15020c2b02b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85d37d702ca037bf50f4402e78d330c91adcac6c7952abbc84a2a15020c2b02b", kill_on_drop: false }` [INFO] [stdout] 85d37d702ca037bf50f4402e78d330c91adcac6c7952abbc84a2a15020c2b02b