[INFO] updating cached repository https://github.com/peeech/register-hosted-happs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 74220d47841f8bc3a8c0606899792f9d78fe165e [INFO] checking peeech/register-hosted-happs against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeeech%2Fregister-hosted-happs" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/peeech/register-hosted-happs on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/peeech/register-hosted-happs [INFO] finished tweaking git repo https://github.com/peeech/register-hosted-happs [INFO] tweaked toml for git repo https://github.com/peeech/register-hosted-happs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/peeech/register-hosted-happs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9a3dbdd9023b5ce95253f04b0fb98abba4239979c8d4c6a8f81b07ca024170f6 [INFO] running `"docker" "start" "-a" "9a3dbdd9023b5ce95253f04b0fb98abba4239979c8d4c6a8f81b07ca024170f6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling packed_simd v0.3.3 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking zeroize v1.1.0 [INFO] [stderr] Checking subtle v2.2.2 [INFO] [stderr] Compiling anyhow v1.0.28 [INFO] [stderr] Checking base-x v0.2.6 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Checking arrayvec v0.4.12 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking blake2-rfc v0.2.18 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking argon2min v0.3.0 (https://github.com/Holo-Host/argon2min?branch=2019-10-13-holo-config#65627302) [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking curve25519-dalek v2.0.0 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking sha2 v0.8.1 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking base36 v0.0.0 (https://github.com/transumption-unstable/base36?branch=2019-12-18-nix#4e6981e1) [INFO] [stderr] Checking serde v1.0.105 [INFO] [stderr] Checking serde_json v1.0.50 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Checking hpos-config-core v0.0.0 (https://github.com/Holo-Host/hpos-config?branch=develop#920bd384) [INFO] [stderr] Checking register-hosted-happs v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Context` [INFO] [stderr] --> src/main.rs:1:14 [INFO] [stderr] | [INFO] [stderr] 1 | use anyhow::{Context, Result}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Context` [INFO] [stderr] --> src/main.rs:1:14 [INFO] [stderr] | [INFO] [stderr] 1 | use anyhow::{Context, Result}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 29s [INFO] running `"docker" "inspect" "9a3dbdd9023b5ce95253f04b0fb98abba4239979c8d4c6a8f81b07ca024170f6"` [INFO] running `"docker" "rm" "-f" "9a3dbdd9023b5ce95253f04b0fb98abba4239979c8d4c6a8f81b07ca024170f6"` [INFO] [stdout] 9a3dbdd9023b5ce95253f04b0fb98abba4239979c8d4c6a8f81b07ca024170f6