[INFO] updating cached repository https://github.com/rustyhorde/repomonc [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/rustyhorde/repomonc [INFO] [stderr] 4a41d76..770a811 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 770a811eef941fb43d1ed76be2bb6ea82994bf2b [INFO] testing rustyhorde/repomonc against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustyhorde%2Frepomonc" "/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/rustyhorde/repomonc on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rustyhorde/repomonc [INFO] finished tweaking git repo https://github.com/rustyhorde/repomonc [INFO] tweaked toml for git repo https://github.com/rustyhorde/repomonc written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/rustyhorde/repomonc already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-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=warn" "-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-2020-06-03" "build" "--frozen"` [INFO] [stdout] 5432cf1d7c83f1993c030c3685d98009eaf888af08b99076e44c31ab2264a584 [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" "5432cf1d7c83f1993c030c3685d98009eaf888af08b99076e44c31ab2264a584"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling bincode v0.9.2 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling slog-try v0.2.0 [INFO] [stderr] Compiling slog-async v2.5.0 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling slog-term v2.6.0 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Compiling getset v0.1.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling repomon v0.1.1 [INFO] [stderr] Compiling repomonc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tcp.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | stdin: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tcp.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/udp.rs:23:16 [INFO] [stderr] | [INFO] [stderr] 23 | stdin: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/udp.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `decode` has an incompatible type for trait [INFO] [stderr] --> src/tcp.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | fn decode(&mut self, buf: &mut BytesMut) -> io::Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `bytes::bytes::BytesMut`, found struct `bytes::BytesMut` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(&mut tcp::Bytes, &mut bytes::bytes::BytesMut) -> std::result::Result<_, _>` [INFO] [stderr] found fn pointer `fn(&mut tcp::Bytes, &mut bytes::BytesMut) -> std::result::Result<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `decode_eof` has an incompatible type for trait [INFO] [stderr] --> src/tcp.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | fn decode_eof(&mut self, buf: &mut BytesMut) -> io::Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `bytes::bytes::BytesMut`, found struct `bytes::BytesMut` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(&mut tcp::Bytes, &mut bytes::bytes::BytesMut) -> std::result::Result<_, _>` [INFO] [stderr] found fn pointer `fn(&mut tcp::Bytes, &mut bytes::BytesMut) -> std::result::Result<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `encode` has an incompatible type for trait [INFO] [stderr] --> src/tcp.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 101 | fn encode(&mut self, data: Message, buf: &mut BytesMut) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `bytes::bytes::BytesMut`, found struct `bytes::BytesMut` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(&mut tcp::Bytes, repomon::Message, &mut bytes::bytes::BytesMut) -> std::result::Result<_, _>` [INFO] [stderr] found fn pointer `fn(&mut tcp::Bytes, repomon::Message, &mut bytes::BytesMut) -> std::result::Result<_, _>` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/tcp.rs:51:41 [INFO] [stderr] | [INFO] [stderr] 51 | let (sink, stream) = stream.framed(Bytes).split(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/tcp.rs:93:21 [INFO] [stderr] | [INFO] [stderr] 93 | self.decode(buf) [INFO] [stderr] | ^^^ expected struct `bytes::bytes::BytesMut`, found struct `bytes::BytesMut` [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut bytes::bytes::BytesMut` [INFO] [stderr] found mutable reference `&mut bytes::BytesMut` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0053, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0053`. [INFO] [stderr] error: could not compile `repomonc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5432cf1d7c83f1993c030c3685d98009eaf888af08b99076e44c31ab2264a584"` [INFO] running `"docker" "rm" "-f" "5432cf1d7c83f1993c030c3685d98009eaf888af08b99076e44c31ab2264a584"` [INFO] [stdout] 5432cf1d7c83f1993c030c3685d98009eaf888af08b99076e44c31ab2264a584