[INFO] crate geobacter-vk-core 1.0.1 is already in cache [INFO] testing geobacter-vk-core-1.0.1 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate geobacter-vk-core 1.0.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate geobacter-vk-core 1.0.1 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "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-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stdout] e92f7c5e8f7f59374db01b19da019516feb19ad346f5c359bf61570bb4e156de [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" "e92f7c5e8f7f59374db01b19da019516feb19ad346f5c359bf61570bb4e156de"` [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling vulkano v0.16.0 [INFO] [stderr] Compiling half v1.5.0 [INFO] [stderr] Compiling vk-sys v0.5.1 [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 shared_library v0.1.9 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [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 serde 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" "e92f7c5e8f7f59374db01b19da019516feb19ad346f5c359bf61570bb4e156de"` [INFO] running `"docker" "rm" "-f" "e92f7c5e8f7f59374db01b19da019516feb19ad346f5c359bf61570bb4e156de"` [INFO] [stdout] e92f7c5e8f7f59374db01b19da019516feb19ad346f5c359bf61570bb4e156de