[INFO] cloning repository https://github.com/coadler/played-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/coadler/played-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoadler%2Fplayed-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoadler%2Fplayed-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 63da9d428db2116e61c0923a70a0e98534ab747a [INFO] checking coadler/played-rs against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoadler%2Fplayed-rs" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/coadler/played-rs on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6/source/.cargo/config [INFO] started tweaking git repo https://github.com/coadler/played-rs [INFO] finished tweaking git repo https://github.com/coadler/played-rs [INFO] tweaked toml for git repo https://github.com/coadler/played-rs written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/coadler/played-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03029d2745e0f8e28f33c5dbd03d766af694ef42759a0c209808b4d73afb37e5 [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" "03029d2745e0f8e28f33c5dbd03d766af694ef42759a0c209808b4d73afb37e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03029d2745e0f8e28f33c5dbd03d766af694ef42759a0c209808b4d73afb37e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03029d2745e0f8e28f33c5dbd03d766af694ef42759a0c209808b4d73afb37e5", kill_on_drop: false }` [INFO] [stdout] 03029d2745e0f8e28f33c5dbd03d766af694ef42759a0c209808b4d73afb37e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2f50fb8c9acb9e39e6beda70ba123ba274f15420ba69c063f0a35977d08aca2d [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" "2f50fb8c9acb9e39e6beda70ba123ba274f15420ba69c063f0a35977d08aca2d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling pin-project-internal v0.4.26 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling bindgen v0.55.1 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Checking input_buffer v0.3.1 [INFO] [stderr] Compiling clang-sys v1.0.1 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling foundationdb-gen v0.5.0 (https://github.com/Clikengo/foundationdb-rs?branch=master#af3908b3) [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stdout] error: couldn't read /usr/include/foundationdb/fdb.options: No such file or directory (os error 2) [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/foundationdb-rs-2d9865a5eba0ba56/af3908b/foundationdb-gen/src/lib.rs:350:29 [INFO] [stdout] | [INFO] [stdout] 350 | const OPTIONS_DATA: &[u8] = include_bytes!("/usr/include/foundationdb/fdb.options"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libloading v0.6.3 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking http v0.2.1 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `foundationdb-gen` [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 `Command { std: "docker" "inspect" "2f50fb8c9acb9e39e6beda70ba123ba274f15420ba69c063f0a35977d08aca2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f50fb8c9acb9e39e6beda70ba123ba274f15420ba69c063f0a35977d08aca2d", kill_on_drop: false }` [INFO] [stdout] 2f50fb8c9acb9e39e6beda70ba123ba274f15420ba69c063f0a35977d08aca2d