[INFO] fetching crate muta-codec-derive 0.2.0... [INFO] testing muta-codec-derive-0.2.0 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate muta-codec-derive 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate muta-codec-derive 0.2.0 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "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-6/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" "+28742a1146f10a4f09369baad027a464acb7a766" "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=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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] a49440e2a0bcff2a96cdf7a99973c981e0189b58c67c48deb1ad26324fc4b06e [INFO] running `"docker" "start" "-a" "a49440e2a0bcff2a96cdf7a99973c981e0189b58c67c48deb1ad26324fc4b06e"` [INFO] [stderr] Compiling muta-codec-derive v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.72s [INFO] running `"docker" "inspect" "a49440e2a0bcff2a96cdf7a99973c981e0189b58c67c48deb1ad26324fc4b06e"` [INFO] running `"docker" "rm" "-f" "a49440e2a0bcff2a96cdf7a99973c981e0189b58c67c48deb1ad26324fc4b06e"` [INFO] [stdout] a49440e2a0bcff2a96cdf7a99973c981e0189b58c67c48deb1ad26324fc4b06e [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=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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 1e33ec7d3aecf4de66899b2784c5a4c7ada3d12b4db1d081b375652184757787 [INFO] running `"docker" "start" "-a" "1e33ec7d3aecf4de66899b2784c5a4c7ada3d12b4db1d081b375652184757787"` [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling getrandom v0.1.14 [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] --> 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[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 `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 `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[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[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 `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: 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[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: 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] 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: 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] 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 12 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: 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] error: build failed [INFO] running `"docker" "inspect" "1e33ec7d3aecf4de66899b2784c5a4c7ada3d12b4db1d081b375652184757787"` [INFO] running `"docker" "rm" "-f" "1e33ec7d3aecf4de66899b2784c5a4c7ada3d12b4db1d081b375652184757787"` [INFO] [stdout] 1e33ec7d3aecf4de66899b2784c5a4c7ada3d12b4db1d081b375652184757787