[INFO] cloning repository https://github.com/aleozlx/sprinkler-k8s [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aleozlx/sprinkler-k8s" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faleozlx%2Fsprinkler-k8s", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faleozlx%2Fsprinkler-k8s'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6e9498d18dc19bbcdcd27f549896ac3c614a07f5 [INFO] testing aleozlx/sprinkler-k8s against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faleozlx%2Fsprinkler-k8s" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aleozlx/sprinkler-k8s on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aleozlx/sprinkler-k8s [INFO] finished tweaking git repo https://github.com/aleozlx/sprinkler-k8s [INFO] tweaked toml for git repo https://github.com/aleozlx/sprinkler-k8s written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/aleozlx/sprinkler-k8s already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/aleozlx/sprinkler.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9d079d033d02f103732b53a82aecdf76d0cee97419595e1bdd4b52fe1eeb432f [INFO] running `Command { std: "docker" "start" "-a" "9d079d033d02f103732b53a82aecdf76d0cee97419595e1bdd4b52fe1eeb432f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d079d033d02f103732b53a82aecdf76d0cee97419595e1bdd4b52fe1eeb432f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d079d033d02f103732b53a82aecdf76d0cee97419595e1bdd4b52fe1eeb432f", kill_on_drop: false }` [INFO] [stdout] 9d079d033d02f103732b53a82aecdf76d0cee97419595e1bdd4b52fe1eeb432f [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62644f33c4a2b9a36ba3df907e26da15ec3365501906acde3760404eb52806c0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "62644f33c4a2b9a36ba3df907e26da15ec3365501906acde3760404eb52806c0", kill_on_drop: false }` [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling syn v0.15.38 [INFO] [stderr] Compiling serde v1.0.93 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling hyper-openssl v0.7.1 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling openssl-sys v0.9.47 [INFO] [stderr] Compiling tokio-sync v0.1.6 [INFO] [stderr] Compiling tokio-trace-core v0.2.0 [INFO] [stderr] Compiling sys-info v0.5.7 [INFO] [stderr] Compiling linked_hash_set v0.1.3 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling fern v0.5.8 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling filetime v0.2.6 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling flate2 v1.0.9 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling string v0.2.0 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling serde_derive v1.0.93 [INFO] [stderr] Compiling h2 v0.1.24 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling tokio-openssl v0.3.0 [INFO] [stderr] Compiling sprinkler v0.1.0 (https://github.com/aleozlx/sprinkler.git#622d6037) [INFO] [stdout] error: couldn't read /etc/sprinkler.conf.d/master.crt: No such file or directory (os error 2) [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/sprinkler-948ea2512607a42a/622d603/src/commcheck.rs:75:83 [INFO] [stdout] | [INFO] [stdout] 75 | ... tlsbuilder.add_root_certificate(native_tls::Certificate::from_pem(include_bytes!("/etc/sprinkler.conf.d/master.crt")).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sprinkler` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "62644f33c4a2b9a36ba3df907e26da15ec3365501906acde3760404eb52806c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62644f33c4a2b9a36ba3df907e26da15ec3365501906acde3760404eb52806c0", kill_on_drop: false }` [INFO] [stdout] 62644f33c4a2b9a36ba3df907e26da15ec3365501906acde3760404eb52806c0