[INFO] crate geobacter-vk-core 1.0.1 is already in cache [INFO] testing geobacter-vk-core-1.0.1 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate geobacter-vk-core 1.0.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate geobacter-vk-core 1.0.1 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate geobacter-vk-core 1.0.1 [INFO] finished tweaking crates.io crate geobacter-vk-core 1.0.1 [INFO] tweaked toml for crates.io crate geobacter-vk-core 1.0.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a8a52f9f96615f481183918caafa5ab6e7be8db3766240f0eec2441e835eb5e8 [INFO] running `"docker" "start" "-a" "a8a52f9f96615f481183918caafa5ab6e7be8db3766240f0eec2441e835eb5e8"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling vulkano v0.16.0 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling vk-sys v0.5.1 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling geobacter-shared-defs v1.0.0 [INFO] [stderr] Compiling geobacter-core v1.0.0 [INFO] [stderr] error[E0093]: unrecognized intrinsic function: `__geobacter_kill` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/geobacter-core-1.0.0/src/intrinsics.rs:4:3 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn __geobacter_kill() -> !; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unrecognized intrinsic [INFO] [stderr] [INFO] [stderr] error[E0093]: unrecognized intrinsic function: `kernel_instance` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/geobacter-core-1.0.0/src/kernel.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | / pub fn kernel_instance<'upvar, F, Args, Ret>(f: &'upvar F) [INFO] [stderr] 112 | | -> &'static [(&'static str, &'static [u8])] [INFO] [stderr] 113 | | where F: OptionalFn; [INFO] [stderr] | |____________________________________________^ unrecognized intrinsic [INFO] [stderr] [INFO] [stderr] error[E0093]: unrecognized intrinsic function: `kernel_context_data_id` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/geobacter-core-1.0.0/src/kernel.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / pub fn kernel_context_data_id<'upvar, F, Args, Ret>(f: &'upvar F) [INFO] [stderr] 115 | | -> &'static usize [INFO] [stderr] 116 | | where F: Fn; [INFO] [stderr] | |____________________________________^ unrecognized intrinsic [INFO] [stderr] [INFO] [stderr] error[E0093]: unrecognized intrinsic function: `__geobacter_current_platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/geobacter-core-1.0.0/src/platform.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | fn __geobacter_current_platform() -> &'static [u8; size_of::()]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unrecognized intrinsic [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0093`. [INFO] [stderr] error: could not compile `geobacter-core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a8a52f9f96615f481183918caafa5ab6e7be8db3766240f0eec2441e835eb5e8"` [INFO] running `"docker" "rm" "-f" "a8a52f9f96615f481183918caafa5ab6e7be8db3766240f0eec2441e835eb5e8"` [INFO] [stdout] a8a52f9f96615f481183918caafa5ab6e7be8db3766240f0eec2441e835eb5e8