[INFO] updating cached repository https://github.com/fiji-flo/person-cli-rs [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] [stderr] From https://github.com/fiji-flo/person-cli-rs [INFO] [stderr] - [deleted] (none) -> next [INFO] [stderr] b546876..04aae11 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 04aae11c02e197a3c729b6074c65e55c367a8907 [INFO] checking fiji-flo/person-cli-rs against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffiji-flo%2Fperson-cli-rs" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fiji-flo/person-cli-rs on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fiji-flo/person-cli-rs [INFO] finished tweaking git repo https://github.com/fiji-flo/person-cli-rs [INFO] tweaked toml for git repo https://github.com/fiji-flo/person-cli-rs written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/fiji-flo/person-cli-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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=allow" "-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" "+beta-2019-10-27" "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] 3df09a7066e1a8b7ec4be33ecf4043ec74311f32bda5ac7de674835e99537c38 [INFO] running `"docker" "start" "-a" "3df09a7066e1a8b7ec4be33ecf4043ec74311f32bda5ac7de674835e99537c38"` [INFO] [stderr] Checking signal-hook-registry v1.1.1 [INFO] [stderr] Compiling rusoto_core v0.41.0 [INFO] [stderr] Checking ring v0.14.6 [INFO] [stderr] Checking openssl-sys v0.9.52 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Compiling chrono-tz v0.5.1 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking shared-expiry-get v0.0.1 [INFO] [stderr] Checking signal-hook v0.1.10 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking openssl v0.10.25 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tokio-process v0.2.4 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking biscuit v0.2.0 [INFO] [stderr] Checking config v0.9.3 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking rusoto_credential v0.41.1 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] Checking rusoto_ssm v0.41.0 [INFO] [stderr] Checking cis_profile v0.1.3 (https://github.com/fiji-flo/cis_profile-rust?branch=0.1.3#db38da2e) [INFO] [stderr] Checking cis_client v0.1.5 (https://github.com/fiji-flo/cis_client-rust?branch=0.1.5#91316cbd) [INFO] [stderr] Checking person_cli v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/data/user_profile_null_create.json: No such file or directory (os error 2) [INFO] [stderr] --> src/create.rs:8:30 [INFO] [stderr] | [INFO] [stderr] 8 | const CREATE_PROFILE: &str = include_str!("data/user_profile_null_create.json"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/data/user_profile_null_create.json: No such file or directory (os error 2) [INFO] [stderr] --> src/create.rs:8:30 [INFO] [stderr] | [INFO] [stderr] 8 | const CREATE_PROFILE: &str = include_str!("data/user_profile_null_create.json"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `person_cli`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `person_cli`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3df09a7066e1a8b7ec4be33ecf4043ec74311f32bda5ac7de674835e99537c38"` [INFO] running `"docker" "rm" "-f" "3df09a7066e1a8b7ec4be33ecf4043ec74311f32bda5ac7de674835e99537c38"` [INFO] [stdout] 3df09a7066e1a8b7ec4be33ecf4043ec74311f32bda5ac7de674835e99537c38