[INFO] crate pandora-api 0.3.1 is already in cache [INFO] checking pandora-api-0.3.1 against master#783139bd8fc3b94fac9a1bf81bba2c506e8221b6 for pr-72644 [INFO] extracting crate pandora-api 0.3.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate pandora-api 0.3.1 on toolchain 783139bd8fc3b94fac9a1bf81bba2c506e8221b6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pandora-api 0.3.1 [INFO] finished tweaking crates.io crate pandora-api 0.3.1 [INFO] tweaked toml for crates.io crate pandora-api 0.3.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "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" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "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] 2da04c73839a6a7def94bbc340f87c42931904457346774f81d79c05be44bff6 [INFO] running `"docker" "start" "-a" "2da04c73839a6a7def94bbc340f87c42931904457346774f81d79c05be44bff6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking openssl v0.10.29 [INFO] [stderr] Checking tokio v0.2.21 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking native-tls v0.2.4 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-tls v0.3.1 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Checking h2 v0.2.5 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling pandora-api-derive v0.1.0 [INFO] [stderr] Checking hyper v0.13.6 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking reqwest v0.10.6 [INFO] [stderr] Checking pandora-api v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/json/../../test_username.txt: No such file or directory (os error 2) [INFO] [stderr] --> src/json/user.rs:1271:33 [INFO] [stderr] | [INFO] [stderr] 1271 | let test_username_raw = include_str!("../../test_username.txt"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/json/../../test_password.txt: No such file or directory (os error 2) [INFO] [stderr] --> src/json/user.rs:1273:33 [INFO] [stderr] | [INFO] [stderr] 1273 | let test_password_raw = include_str!("../../test_password.txt"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/json/../../test_username.txt: No such file or directory (os error 2) [INFO] [stderr] --> src/json/user.rs:1301:33 [INFO] [stderr] | [INFO] [stderr] 1301 | let test_username_raw = include_str!("../../test_username.txt"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/json/../../test_password.txt: No such file or directory (os error 2) [INFO] [stderr] --> src/json/user.rs:1303:33 [INFO] [stderr] | [INFO] [stderr] 1303 | let test_password_raw = include_str!("../../test_password.txt"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/json/../../test_username.txt: No such file or directory (os error 2) [INFO] [stderr] --> src/json/mod.rs:798:33 [INFO] [stderr] | [INFO] [stderr] 798 | let test_username_raw = include_str!("../../test_username.txt"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/json/../../test_password.txt: No such file or directory (os error 2) [INFO] [stderr] --> src/json/mod.rs:800:33 [INFO] [stderr] | [INFO] [stderr] 800 | let test_password_raw = include_str!("../../test_password.txt"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `pandora-api`. [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" "2da04c73839a6a7def94bbc340f87c42931904457346774f81d79c05be44bff6"` [INFO] running `"docker" "rm" "-f" "2da04c73839a6a7def94bbc340f87c42931904457346774f81d79c05be44bff6"` [INFO] [stdout] 2da04c73839a6a7def94bbc340f87c42931904457346774f81d79c05be44bff6