[INFO] fetching crate emu_macro 0.1.0... [INFO] checking emu_macro-0.1.0 against try#d93021f5faa26e4f9d2719e79f9974e06aa40e17 for pr-71873 [INFO] extracting crate emu_macro 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate emu_macro 0.1.0 on toolchain d93021f5faa26e4f9d2719e79f9974e06aa40e17 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate emu_macro 0.1.0 [INFO] finished tweaking crates.io crate emu_macro 0.1.0 [INFO] tweaked toml for crates.io crate emu_macro 0.1.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded em v0.3.0 [INFO] [stderr] Downloaded emu_macro v0.1.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 359bb4a2d41447be28b810cefc21a6735a72381b863f2764d41c0eaee0070078 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "359bb4a2d41447be28b810cefc21a6735a72381b863f2764d41c0eaee0070078"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.22 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking qutex v0.2.3 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling ocl-core v0.11.2 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking ocl-core-vector v0.1.0 [INFO] [stderr] Checking emu_macro v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `__rt` in `quote` [INFO] [stderr] --> src/accelerating.rs:123:66 [INFO] [stderr] | [INFO] [stderr] 123 | ... .is_ident(&Ident::new("load", quote::__rt::Span::call_site())) [INFO] [stderr] | ^^^^ could not find `__rt` in `quote` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `__rt` in `quote` [INFO] [stderr] --> src/accelerating.rs:169:66 [INFO] [stderr] | [INFO] [stderr] 169 | ... .is_ident(&Ident::new("read", quote::__rt::Span::call_site())) [INFO] [stderr] | ^^^^ could not find `__rt` in `quote` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `__rt` in `quote` [INFO] [stderr] --> src/accelerating.rs:193:68 [INFO] [stderr] | [INFO] [stderr] 193 | ... .is_ident(&Ident::new("launch", quote::__rt::Span::call_site())) [INFO] [stderr] | ^^^^ could not find `__rt` in `quote` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `__rt` in `quote` [INFO] [stderr] --> src/accelerating.rs:259:64 [INFO] [stderr] | [INFO] [stderr] 259 | let ident = Ident::new(¶m.name, quote::__rt::Span::call_site()); [INFO] [stderr] | ^^^^ could not find `__rt` in `quote` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `syn::Expr: std::convert::From` is not satisfied [INFO] [stderr] --> src/passing.rs:337:50 [INFO] [stderr] | [INFO] [stderr] 337 | let gpu_ident = quote! {gpu}.into(); [INFO] [stderr] | ^^^^ the trait `std::convert::From` is not implemented for `syn::Expr` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 35 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `quote::__private::TokenStream` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `emu_macro`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "359bb4a2d41447be28b810cefc21a6735a72381b863f2764d41c0eaee0070078"` [INFO] running `"docker" "rm" "-f" "359bb4a2d41447be28b810cefc21a6735a72381b863f2764d41c0eaee0070078"` [INFO] [stdout] 359bb4a2d41447be28b810cefc21a6735a72381b863f2764d41c0eaee0070078