[INFO] updating cached repository https://github.com/slp/qsd [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] 4538983da0f5c8dfca2e92ea01b41d2146db60cb [INFO] checking slp/qsd against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslp%2Fqsd" "/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/slp/qsd on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/slp/qsd [INFO] finished tweaking git repo https://github.com/slp/qsd [INFO] tweaked toml for git repo https://github.com/slp/qsd written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/slp/qsd already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "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=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" "+nightly-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] 89c223fa970c034f16b3428cf4d89dd30f7cfd3b6ba746c2f733b425bf9248e3 [INFO] running `"docker" "start" "-a" "89c223fa970c034f16b3428cf4d89dd30f7cfd3b6ba746c2f733b425bf9248e3"` [INFO] [stderr] Compiling nix v0.14.0 [INFO] [stderr] Checking virtio-bindings v0.1.0 (https://github.com/slp/virtio-bindings#3336927b) [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Compiling libloading v0.5.1 [INFO] [stderr] Compiling clang-sys v0.28.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Checking epoll v4.1.0 [INFO] [stderr] Checking vm-memory v0.1.0 (https://github.com/rust-vmm/vm-memory#682f10b3) [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling bindgen v0.49.2 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling cexpr v0.3.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Checking vhostuser_rs v0.1.0 (https://github.com/slp/vhostuser_rs#87f08d25) [INFO] [stderr] Compiling liburing-sys v0.1.2 [INFO] [stderr] error[E0277]: `io_uring_sqe__bindgen_ty_1` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/target/debug/build/liburing-sys-4a44e0526453c7e5/out/bindings.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | pub __bindgen_anon_1: io_uring_sqe__bindgen_ty_1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `io_uring_sqe__bindgen_ty_1` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `io_uring_sqe__bindgen_ty_1` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&io_uring_sqe__bindgen_ty_1` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `io_uring_sqe__bindgen_ty_2` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/target/debug/build/liburing-sys-4a44e0526453c7e5/out/bindings.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | pub __bindgen_anon_2: io_uring_sqe__bindgen_ty_2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `io_uring_sqe__bindgen_ty_2` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `io_uring_sqe__bindgen_ty_2` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&io_uring_sqe__bindgen_ty_2` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `liburing-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "89c223fa970c034f16b3428cf4d89dd30f7cfd3b6ba746c2f733b425bf9248e3"` [INFO] running `"docker" "rm" "-f" "89c223fa970c034f16b3428cf4d89dd30f7cfd3b6ba746c2f733b425bf9248e3"` [INFO] [stdout] 89c223fa970c034f16b3428cf4d89dd30f7cfd3b6ba746c2f733b425bf9248e3