[INFO] updating cached repository https://github.com/flexd/rotaro-node-hub [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] fce6c88be36c93788613368c5b191785a23d2724 [INFO] testing flexd/rotaro-node-hub against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflexd%2Frotaro-node-hub" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/flexd/rotaro-node-hub 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/flexd/rotaro-node-hub [INFO] finished tweaking git repo https://github.com/flexd/rotaro-node-hub [INFO] tweaked toml for git repo https://github.com/flexd/rotaro-node-hub written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/flexd/rotaro-node-hub 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] running `"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" "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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a8d7ca39fb1430b7640d87cff3341c947fabc5063f0413b916a8e9970606b3bd [INFO] running `"docker" "start" "-a" "a8d7ca39fb1430b7640d87cff3341c947fabc5063f0413b916a8e9970606b3bd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling regex-syntax v0.6.16 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling tokio v0.2.13 [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling rotaro-node v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected identifier, found keyword `type` [INFO] [stderr] --> src/parser.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | pub type: u8, [INFO] [stderr] | ^^^^ expected identifier, found keyword [INFO] [stderr] | [INFO] [stderr] help: you can escape reserved keywords to use them as identifiers [INFO] [stderr] | [INFO] [stderr] 69 | pub r#type: u8, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] extern crate log; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `[u8; 100]: parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Serialize` is not satisfied [INFO] [stderr] --> src/parser.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Serialize,Deserialize, Debug)] [INFO] [stderr] | ^^^^^^^^^ the trait `parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Serialize` is not implemented for `[u8; 100]` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] <[T; 0] as parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Serialize> [INFO] [stderr] <[T; 10] as parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Serialize> [INFO] [stderr] <[T; 11] as parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Serialize> [INFO] [stderr] <[T; 12] as parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Serialize> [INFO] [stderr] and 30 others [INFO] [stderr] = note: required by `parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::ser::SerializeStruct::serialize_field` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `[u8; 100]: parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Deserialize<'_>` is not satisfied [INFO] [stderr] --> src/parser.rs:65:20 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Serialize,Deserialize, Debug)] [INFO] [stderr] | ^^^^^^^^^^^ the trait `parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Deserialize<'_>` is not implemented for `[u8; 100]` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] <&'a [u8] as parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Deserialize<'de>> [INFO] [stderr] <[T; 0] as parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Deserialize<'de>> [INFO] [stderr] <[T; 10] as parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Deserialize<'de>> [INFO] [stderr] <[T; 11] as parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Deserialize<'de>> [INFO] [stderr] and 30 others [INFO] [stderr] = note: required by `parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::de::SeqAccess::next_element` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `[u8; 100]: parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Deserialize<'_>` is not satisfied [INFO] [stderr] --> src/parser.rs:65:20 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Serialize,Deserialize, Debug)] [INFO] [stderr] | ^^^^^^^^^^^ the trait `parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Deserialize<'_>` is not implemented for `[u8; 100]` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] <&'a [u8] as parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Deserialize<'de>> [INFO] [stderr] <[T; 0] as parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Deserialize<'de>> [INFO] [stderr] <[T; 10] as parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Deserialize<'de>> [INFO] [stderr] <[T; 11] as parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::Deserialize<'de>> [INFO] [stderr] and 30 others [INFO] [stderr] = note: required by `parser::_IMPL_DESERIALIZE_FOR_Operations::_serde::de::MapAccess::next_value` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: arrays only have std trait implementations for lengths 0..=32 [INFO] [stderr] --> src/parser.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | pub name: [u8; 100], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[u8; 100]` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `[u8; 100]` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&[u8; 100]` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `rotaro-node`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a8d7ca39fb1430b7640d87cff3341c947fabc5063f0413b916a8e9970606b3bd"` [INFO] running `"docker" "rm" "-f" "a8d7ca39fb1430b7640d87cff3341c947fabc5063f0413b916a8e9970606b3bd"` [INFO] [stdout] a8d7ca39fb1430b7640d87cff3341c947fabc5063f0413b916a8e9970606b3bd