[INFO] updating cached repository https://github.com/docteurklein/inotify-sse [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] da1ec2459bfb1918295bd8fecc4d7ec38629a76b [INFO] checking docteurklein/inotify-sse against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdocteurklein%2Finotify-sse" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/docteurklein/inotify-sse 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/docteurklein/inotify-sse [INFO] finished tweaking git repo https://github.com/docteurklein/inotify-sse [INFO] tweaked toml for git repo https://github.com/docteurklein/inotify-sse written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/docteurklein/inotify-sse 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stdout] 05c816fbb353ef658635a1bed8566facfea4f8e6379f70ca9d2cfcacbc73c85a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "05c816fbb353ef658635a1bed8566facfea4f8e6379f70ca9d2cfcacbc73c85a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Compiling backtrace v0.3.35 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.4 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Compiling bindgen v0.51.0 [INFO] [stderr] Checking hyper v0.12.33 [INFO] [stderr] Checking inotify v0.7.0 [INFO] [stderr] Compiling libhydrogen-sys v0.7.3 [INFO] [stderr] error[E0277]: arrays only have std trait implementations for lengths 0..=32 [INFO] [stderr] --> /opt/rustwide/target/debug/build/libhydrogen-sys-0b4c4560e0debce6/out/bindings.rs:236:5 [INFO] [stderr] | [INFO] [stderr] 236 | pub sk: [u8; 64usize], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[u8; 64]` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `[u8; 64]` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&[u8; 64]` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `[u8; 64]: std::default::Default` is not satisfied [INFO] [stderr] --> /opt/rustwide/target/debug/build/libhydrogen-sys-0b4c4560e0debce6/out/bindings.rs:236:5 [INFO] [stderr] | [INFO] [stderr] 236 | pub sk: [u8; 64usize], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `[u8; 64]` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] <&[T] as std::default::Default> [INFO] [stderr] <&mut [T] as std::default::Default> [INFO] [stderr] <[T; 0] as std::default::Default> [INFO] [stderr] <[T; 10] as std::default::Default> [INFO] [stderr] and 31 others [INFO] [stderr] = note: required by `std::default::Default::default` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `[u8; 64]` [INFO] [stderr] --> /opt/rustwide/target/debug/build/libhydrogen-sys-0b4c4560e0debce6/out/bindings.rs:236:5 [INFO] [stderr] | [INFO] [stderr] 236 | pub sk: [u8; 64usize], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `[u8; 64]` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `[u8; 64]` [INFO] [stderr] --> /opt/rustwide/target/debug/build/libhydrogen-sys-0b4c4560e0debce6/out/bindings.rs:236:5 [INFO] [stderr] | [INFO] [stderr] 236 | pub sk: [u8; 64usize], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `[u8; 64]` [INFO] [stderr] [INFO] [stderr] error[E0277]: arrays only have std trait implementations for lengths 0..=32 [INFO] [stderr] --> /opt/rustwide/target/debug/build/libhydrogen-sys-0b4c4560e0debce6/out/bindings.rs:236:5 [INFO] [stderr] | [INFO] [stderr] 236 | pub sk: [u8; 64usize], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[u8; 64]` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::cmp::Eq` for `[u8; 64]` [INFO] [stderr] = note: required by `std::cmp::AssertParamIsEq` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0369. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `libhydrogen-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "05c816fbb353ef658635a1bed8566facfea4f8e6379f70ca9d2cfcacbc73c85a"` [INFO] running `"docker" "rm" "-f" "05c816fbb353ef658635a1bed8566facfea4f8e6379f70ca9d2cfcacbc73c85a"` [INFO] [stdout] 05c816fbb353ef658635a1bed8566facfea4f8e6379f70ca9d2cfcacbc73c85a