[INFO] fetching crate muta-codec-derive 0.2.0... [INFO] testing muta-codec-derive-0.2.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate muta-codec-derive 0.2.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate muta-codec-derive 0.2.0 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 crates.io crate muta-codec-derive 0.2.0 [INFO] finished tweaking crates.io crate muta-codec-derive 0.2.0 [INFO] tweaked toml for crates.io crate muta-codec-derive 0.2.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate muta-codec-derive 0.2.0 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] aa00cc80430cd1c10a1950af9ad0e5f22cb0a4e9e6dfa0d917d0678276f6b3e7 [INFO] running `"docker" "start" "-a" "aa00cc80430cd1c10a1950af9ad0e5f22cb0a4e9e6dfa0d917d0678276f6b3e7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling muta-codec-derive v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.53s [INFO] running `"docker" "inspect" "aa00cc80430cd1c10a1950af9ad0e5f22cb0a4e9e6dfa0d917d0678276f6b3e7"` [INFO] running `"docker" "rm" "-f" "aa00cc80430cd1c10a1950af9ad0e5f22cb0a4e9e6dfa0d917d0678276f6b3e7"` [INFO] [stdout] aa00cc80430cd1c10a1950af9ad0e5f22cb0a4e9e6dfa0d917d0678276f6b3e7 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1bf6132e50fbafe5a87810682deb3ba27539f0154d0faf427b5f16f5b2bb7538 [INFO] running `"docker" "start" "-a" "1bf6132e50fbafe5a87810682deb3ba27539f0154d0faf427b5f16f5b2bb7538"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling rlp v0.4.5 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling muta-codec-derive v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `muta_protocol` [INFO] [stderr] --> examples/example.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use muta_protocol::fixed_codec::{FixedCodec, FixedCodecError}; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `muta_protocol` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `muta_protocol` [INFO] [stderr] --> tests/mock_types.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use muta_protocol::fixed_codec::{FixedCodec, FixedCodecError}; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `muta_protocol` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `muta_protocol` [INFO] [stderr] --> examples/example.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use muta_protocol::{Bytes, ProtocolResult}; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `muta_protocol` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FixedCodecError` [INFO] [stderr] --> examples/example.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Clone, Debug, RlpFixedCodec)] [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FixedCodecError` [INFO] [stderr] | [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[E0405]: cannot find trait `FixedCodec` in this scope [INFO] [stderr] --> examples/example.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Clone, Debug, RlpFixedCodec)] [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [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[E0433]: failed to resolve: use of undeclared type or module `muta_protocol` [INFO] [stderr] --> tests/mock_types.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use muta_protocol::fixed_codec::{FixedCodec, FixedCodecError}; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `muta_protocol` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `muta_protocol` [INFO] [stderr] --> tests/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use muta_protocol::fixed_codec::FixedCodec; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `muta_protocol` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `muta_protocol` [INFO] [stderr] --> tests/mock_types.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use muta_protocol::{Bytes, ProtocolResult}; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `muta_protocol` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FixedCodecError` [INFO] [stderr] --> tests/mock_types.rs:12:24 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq, Copy)] [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FixedCodecError` [INFO] [stderr] | [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[E0433]: failed to resolve: use of undeclared type or module `FixedCodecError` [INFO] [stderr] --> tests/mock_types.rs:24:24 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FixedCodecError` [INFO] [stderr] | [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[E0433]: failed to resolve: use of undeclared type or module `FixedCodecError` [INFO] [stderr] --> tests/mock_types.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FixedCodecError` [INFO] [stderr] | [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[E0433]: failed to resolve: use of undeclared type or module `FixedCodecError` [INFO] [stderr] --> tests/mock_types.rs:42:24 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FixedCodecError` [INFO] [stderr] | [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[E0433]: failed to resolve: use of undeclared type or module `FixedCodec` [INFO] [stderr] --> tests/mod.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | FixedCodec::decode_fixed(data.encode_fixed().unwrap()).unwrap() [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `FixedCodec` [INFO] [stderr] ... [INFO] [stderr] 21 | test_fixed_codec!(Hex, Hash, SignedTransaction, TupleStructWithVec); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `FixedCodec` in this scope [INFO] [stderr] --> tests/mock_types.rs:12:24 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq, Copy)] [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [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[E0405]: cannot find trait `FixedCodec` in this scope [INFO] [stderr] --> tests/mock_types.rs:24:24 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [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[E0405]: cannot find trait `FixedCodec` in this scope [INFO] [stderr] --> tests/mock_types.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [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[E0405]: cannot find trait `FixedCodec` in this scope [INFO] [stderr] --> tests/mock_types.rs:42:24 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [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 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `muta-codec-derive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error[E0432]: unresolved import `muta_protocol` [INFO] [stderr] --> tests/mock_types.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use muta_protocol::{Bytes, ProtocolResult}; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `muta_protocol` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FixedCodecError` [INFO] [stderr] --> tests/mock_types.rs:12:24 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq, Copy)] [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FixedCodecError` [INFO] [stderr] | [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[E0433]: failed to resolve: use of undeclared type or module `FixedCodecError` [INFO] [stderr] --> tests/mock_types.rs:24:24 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FixedCodecError` [INFO] [stderr] | [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[E0433]: failed to resolve: use of undeclared type or module `FixedCodecError` [INFO] [stderr] --> tests/mock_types.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FixedCodecError` [INFO] [stderr] | [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[E0433]: failed to resolve: use of undeclared type or module `FixedCodecError` [INFO] [stderr] --> tests/mock_types.rs:42:24 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FixedCodecError` [INFO] [stderr] | [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[E0405]: cannot find trait `FixedCodec` in this scope [INFO] [stderr] --> tests/mock_types.rs:12:24 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq, Copy)] [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [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[E0405]: cannot find trait `FixedCodec` in this scope [INFO] [stderr] --> tests/mock_types.rs:24:24 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [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[E0405]: cannot find trait `FixedCodec` in this scope [INFO] [stderr] --> tests/mock_types.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [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[E0405]: cannot find trait `FixedCodec` in this scope [INFO] [stderr] --> tests/mock_types.rs:42:24 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Clone, Debug, RlpFixedCodec, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [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 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "1bf6132e50fbafe5a87810682deb3ba27539f0154d0faf427b5f16f5b2bb7538"` [INFO] running `"docker" "rm" "-f" "1bf6132e50fbafe5a87810682deb3ba27539f0154d0faf427b5f16f5b2bb7538"` [INFO] [stdout] 1bf6132e50fbafe5a87810682deb3ba27539f0154d0faf427b5f16f5b2bb7538