[INFO] updating cached repository https://github.com/zetok/tox-protocol-test [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] 9fc0e54e86ef40fbf8116a9b951658d4d0300324 [INFO] checking zetok/tox-protocol-test against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzetok%2Ftox-protocol-test" "/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/zetok/tox-protocol-test on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zetok/tox-protocol-test [INFO] finished tweaking git repo https://github.com/zetok/tox-protocol-test [INFO] tweaked toml for git repo https://github.com/zetok/tox-protocol-test written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/zetok/tox-protocol-test already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/zetok/tox.git` [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=forbid" "-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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7aca1a34eda9da92d370b3fb6edeb8ec52fe70e5c762d16801453de1ef9f4d67 [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" "7aca1a34eda9da92d370b3fb6edeb8ec52fe70e5c762d16801453de1ef9f4d67"` [INFO] [stderr] Compiling libsodium-sys v0.0.16 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking sodiumoxide v0.0.16 [INFO] [stderr] Checking tox v0.0.1 (https://github.com/zetok/tox.git#6fe1c4e3) [INFO] [stderr] Checking tox-protocol-test v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `u16_to_array` in this scope [INFO] [stderr] --> src/deconstructed.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | result.extend_from_slice(&u16_to_array(self.port.to_be())); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `array_to_u16` in this scope [INFO] [stderr] --> src/deconstructed.rs:118:37 [INFO] [stderr] | [INFO] [stderr] 118 | let port = u16::from_be(array_to_u16(&[bytes[18], bytes[19]])); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `array_to_u16` in this scope [INFO] [stderr] --> src/deconstructed.rs:130:37 [INFO] [stderr] | [INFO] [stderr] 130 | let port = u16::from_be(array_to_u16(&[bytes[6], bytes[7]])); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `u64_to_array` in this scope [INFO] [stderr] --> src/result.rs:57:35 [INFO] [stderr] | [INFO] [stderr] 57 | result.extend_from_slice(&u64_to_array(msg_len)); // lenght of msg [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `array_to_u64` in this scope [INFO] [stderr] --> src/tests/binary_decode.rs:40:33 [INFO] [stderr] | [INFO] [stderr] 40 | let to_parse = u64::from_be(array_to_u64(&[bytes[0], bytes[1], bytes[2], [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `array_to_u64` in this scope [INFO] [stderr] --> src/main.rs:58:19 [INFO] [stderr] | [INFO] [stderr] 58 | let num = array_to_u64(&[bytes[0], bytes[1], bytes[2], bytes[3], [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stderr] --> src/deconstructed.rs:99:16 [INFO] [stderr] | [INFO] [stderr] 99 | impl FromBytes for DecPackedNode { [INFO] [stderr] | ^^^^^^^^^^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `tox-protocol-test`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `u16_to_array` in this scope [INFO] [stderr] --> src/deconstructed.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | result.extend_from_slice(&u16_to_array(self.port.to_be())); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `array_to_u16` in this scope [INFO] [stderr] --> src/deconstructed.rs:118:37 [INFO] [stderr] | [INFO] [stderr] 118 | let port = u16::from_be(array_to_u16(&[bytes[18], bytes[19]])); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `array_to_u16` in this scope [INFO] [stderr] --> src/deconstructed.rs:130:37 [INFO] [stderr] | [INFO] [stderr] 130 | let port = u16::from_be(array_to_u16(&[bytes[6], bytes[7]])); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `u64_to_array` in this scope [INFO] [stderr] --> src/result.rs:57:35 [INFO] [stderr] | [INFO] [stderr] 57 | result.extend_from_slice(&u64_to_array(msg_len)); // lenght of msg [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `array_to_u64` in this scope [INFO] [stderr] --> src/tests/binary_decode.rs:40:33 [INFO] [stderr] | [INFO] [stderr] 40 | let to_parse = u64::from_be(array_to_u64(&[bytes[0], bytes[1], bytes[2], [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `array_to_u64` in this scope [INFO] [stderr] --> src/main.rs:58:19 [INFO] [stderr] | [INFO] [stderr] 58 | let num = array_to_u64(&[bytes[0], bytes[1], bytes[2], bytes[3], [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stderr] --> src/deconstructed.rs:99:16 [INFO] [stderr] | [INFO] [stderr] 99 | impl FromBytes for DecPackedNode { [INFO] [stderr] | ^^^^^^^^^^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `tox-protocol-test`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7aca1a34eda9da92d370b3fb6edeb8ec52fe70e5c762d16801453de1ef9f4d67"` [INFO] running `"docker" "rm" "-f" "7aca1a34eda9da92d370b3fb6edeb8ec52fe70e5c762d16801453de1ef9f4d67"` [INFO] [stdout] 7aca1a34eda9da92d370b3fb6edeb8ec52fe70e5c762d16801453de1ef9f4d67