[INFO] cloning repository https://github.com/HalfVoxel/drawing-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HalfVoxel/drawing-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHalfVoxel%2Fdrawing-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHalfVoxel%2Fdrawing-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d5807cb99dd0706fd9b6f5fef62b0fcdb524f460 [INFO] checking HalfVoxel/drawing-rs against try#4662032ab74cd44d423120d08d251dfead4914a0 for pr-72788 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHalfVoxel%2Fdrawing-rs" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HalfVoxel/drawing-rs on toolchain 4662032ab74cd44d423120d08d251dfead4914a0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+4662032ab74cd44d423120d08d251dfead4914a0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-chain from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-command from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-descriptor from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-factory from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-frame from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-graph from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-memory from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-mesh from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-resource from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-shader from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-texture from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-util from git repo https://github.com/HalfVoxel/drawing-rs [INFO] removed path dependency rendy-wsi from git repo https://github.com/HalfVoxel/drawing-rs [INFO] finished tweaking git repo https://github.com/HalfVoxel/drawing-rs [INFO] tweaked toml for git repo https://github.com/HalfVoxel/drawing-rs written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/HalfVoxel/drawing-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+4662032ab74cd44d423120d08d251dfead4914a0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+4662032ab74cd44d423120d08d251dfead4914a0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+4662032ab74cd44d423120d08d251dfead4914a0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+4662032ab74cd44d423120d08d251dfead4914a0" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9c6e4eb8a12dfae65b3d9c5fa9c1850c70e2e087770620b7e6d08c248316ea8f [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" "9c6e4eb8a12dfae65b3d9c5fa9c1850c70e2e087770620b7e6d08c248316ea8f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Checking gimli v0.21.0 [INFO] [stderr] Checking object v0.19.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking atom v0.3.5 [INFO] [stderr] Checking colorful v0.2.1 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling spirv-reflect v0.2.3 [INFO] [stderr] Compiling shaderc-sys v0.5.1 [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Checking owning_ref v0.4.1 [INFO] [stderr] Checking hibitset v0.5.4 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking thread_profiler v0.3.0 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking spirv_headers v1.4.2 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking num-rational v0.2.4 [INFO] [stderr] error: could not compile `gimli`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gimli --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gimli-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="read"' -C metadata=a34537a553f241ed -C extra-filename=-a34537a553f241ed --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: Checking for system installed libraries. Use --features = build-from-source to disable this behavior [INFO] [stderr] warning: Pre-built library not found. Falling back to from-source build [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9c6e4eb8a12dfae65b3d9c5fa9c1850c70e2e087770620b7e6d08c248316ea8f"` [INFO] running `"docker" "rm" "-f" "9c6e4eb8a12dfae65b3d9c5fa9c1850c70e2e087770620b7e6d08c248316ea8f"` [INFO] [stdout] 9c6e4eb8a12dfae65b3d9c5fa9c1850c70e2e087770620b7e6d08c248316ea8f