[INFO] fetching crate dag-cbor-derive 0.1.0... [INFO] checking dag-cbor-derive-0.1.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate dag-cbor-derive 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate dag-cbor-derive 0.1.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate dag-cbor-derive 0.1.0 [INFO] finished tweaking crates.io crate dag-cbor-derive 0.1.0 [INFO] tweaked toml for crates.io crate dag-cbor-derive 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate dag-cbor-derive 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1fcb41c0ee0b4eb4346b5b35ef7f08d274ec9e585712f99cc2cd6f0c0b8a0626 [INFO] running `"docker" "start" "-a" "1fcb41c0ee0b4eb4346b5b35ef7f08d274ec9e585712f99cc2cd6f0c0b8a0626"` [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking proc-macro2 v1.0.9 [INFO] [stderr] Checking quote v1.0.3 [INFO] [stderr] Checking backtrace-sys v0.1.33 [INFO] [stderr] Checking backtrace v0.3.45 [INFO] [stderr] Checking synstructure v0.12.3 [INFO] [stderr] Checking dag-cbor-derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Checking trybuild v1.0.23 [INFO] [stderr] error[E0432]: unresolved import `dag_cbor` [INFO] [stderr] --> examples/repr_attr.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use dag_cbor::{Codec, DagCborCodec, ReadCbor, WriteCbor}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `dag_cbor` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libipld` [INFO] [stderr] --> examples/repr_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libipld` [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 `libipld` [INFO] [stderr] --> examples/repr_attr.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Clone, Debug, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libipld` [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[E0432]: unresolved import `libipld_macro` [INFO] [stderr] --> examples/repr_attr.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use libipld_macro::ipld; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `libipld_macro` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `ipld` [INFO] [stderr] --> examples/repr_attr.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | ipld!([false, false]) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `ipld` [INFO] [stderr] --> examples/repr_attr.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | ipld!([true]) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `ipld` [INFO] [stderr] --> examples/repr_attr.rs:48:9 [INFO] [stderr] | [INFO] [stderr] 48 | ipld!({ "a": 42 }) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IpldError` [INFO] [stderr] --> examples/repr_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IpldError` [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 `IpldError` [INFO] [stderr] --> examples/repr_attr.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Clone, Debug, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IpldError` [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 `Write` in this scope [INFO] [stderr] --> examples/repr_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Write; [INFO] [stderr] | [INFO] [stderr] and 1 other candidate [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `write_u64` in this scope [INFO] [stderr] --> examples/repr_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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 `Read` in this scope [INFO] [stderr] --> examples/repr_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Read; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `read_u8` in this scope [INFO] [stderr] --> examples/repr_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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 `Write` in this scope [INFO] [stderr] --> examples/repr_attr.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Write; [INFO] [stderr] | [INFO] [stderr] and 1 other candidate [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `write_u64` in this scope [INFO] [stderr] --> examples/repr_attr.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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 `Read` in this scope [INFO] [stderr] --> examples/repr_attr.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Read; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `read_u8` in this scope [INFO] [stderr] --> examples/repr_attr.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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[E0425]: cannot find function `read_key` in this scope [INFO] [stderr] --> examples/repr_attr.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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[E0659]: `ipld` is ambiguous (derive helper attribute vs any other name) [INFO] [stderr] --> examples/repr_attr.rs:7:3 [INFO] [stderr] | [INFO] [stderr] 7 | #[ipld(repr = "list")] [INFO] [stderr] | ^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] note: `ipld` could refer to the derive helper attribute defined here [INFO] [stderr] --> examples/repr_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] note: `ipld` could also refer to the unresolved item imported here [INFO] [stderr] --> examples/repr_attr.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use libipld_macro::ipld; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: use `crate::ipld` to refer to this unresolved item unambiguously [INFO] [stderr] [INFO] [stderr] error[E0659]: `ipld` is ambiguous (derive helper attribute vs any other name) [INFO] [stderr] --> examples/repr_attr.rs:14:3 [INFO] [stderr] | [INFO] [stderr] 14 | #[ipld(repr = "kinded")] [INFO] [stderr] | ^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] note: `ipld` could refer to the derive helper attribute defined here [INFO] [stderr] --> examples/repr_attr.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Clone, Debug, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] note: `ipld` could also refer to the unresolved item imported here [INFO] [stderr] --> examples/repr_attr.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use libipld_macro::ipld; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: use `crate::ipld` to refer to this unresolved item unambiguously [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0425, E0432, E0433, E0659. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `dag-cbor-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[E0432]: unresolved import `dag_cbor` [INFO] [stderr] --> examples/basic.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use dag_cbor::{Codec, DagCborCodec, ReadCbor, WriteCbor}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `dag_cbor` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libipld` [INFO] [stderr] --> examples/basic.rs:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libipld` [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 `libipld` [INFO] [stderr] --> examples/basic.rs:19:44 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libipld` [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 `libipld` [INFO] [stderr] --> examples/basic.rs:22:44 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libipld` [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 `libipld` [INFO] [stderr] --> examples/basic.rs:25:35 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone, Debug, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libipld` [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 `libipld` [INFO] [stderr] --> examples/basic.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Clone, Debug, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libipld` [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[E0432]: unresolved import `libipld_macro` [INFO] [stderr] --> examples/basic.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use libipld_macro::{ipld, Ipld}; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `libipld_macro` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `ipld` [INFO] [stderr] --> examples/basic.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | ipld!({ [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `ipld` [INFO] [stderr] --> examples/basic.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | ipld!([false, 0]) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `ipld` [INFO] [stderr] --> examples/basic.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | ipld!([]) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `ipld` [INFO] [stderr] --> examples/basic.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | ipld!({ "A": [] }) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `ipld` [INFO] [stderr] --> examples/basic.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | ipld!({ "B": [true, 42] }) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `ipld` [INFO] [stderr] --> examples/basic.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | ipld!({ "C": { "boolean": true, "int": 42} }) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IpldError` [INFO] [stderr] --> examples/basic.rs:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IpldError` [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 `IpldError` [INFO] [stderr] --> examples/basic.rs:19:44 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IpldError` [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[E0432]: unresolved import `dag_cbor` [INFO] [stderr] --> examples/name_attr.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use dag_cbor::{Codec, DagCborCodec, ReadCbor, WriteCbor}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `dag_cbor` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libipld` [INFO] [stderr] --> examples/name_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `libipld` [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[E0432]: unresolved import `libipld_macro` [INFO] [stderr] --> examples/name_attr.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use libipld_macro::ipld; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `libipld_macro` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `ipld` [INFO] [stderr] --> examples/name_attr.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | let expect = ipld!({ [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IpldError` [INFO] [stderr] --> examples/basic.rs:22:44 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IpldError` [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 `IpldError` [INFO] [stderr] --> examples/name_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IpldError` [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 `Write` in this scope [INFO] [stderr] --> examples/name_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Write; [INFO] [stderr] | [INFO] [stderr] and 1 other candidate [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `write_u64` in this scope [INFO] [stderr] --> examples/name_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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 `Read` in this scope [INFO] [stderr] --> examples/name_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Read; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `read_u8` in this scope [INFO] [stderr] --> examples/name_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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[E0425]: cannot find function `read_key` in this scope [INFO] [stderr] --> examples/name_attr.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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 `IpldError` [INFO] [stderr] --> examples/basic.rs:25:35 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone, Debug, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IpldError` [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 `IpldError` [INFO] [stderr] --> examples/basic.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Clone, Debug, PartialEq, DagCbor)] [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IpldError` [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 `Write` in this scope [INFO] [stderr] --> examples/basic.rs:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Write; [INFO] [stderr] | [INFO] [stderr] and 1 other candidate [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `write_u64` in this scope [INFO] [stderr] --> examples/basic.rs:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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 `Read` in this scope [INFO] [stderr] --> examples/basic.rs:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Read; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `read_u8` in this scope [INFO] [stderr] --> examples/basic.rs:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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[E0425]: cannot find function `read_key` in this scope [INFO] [stderr] --> examples/basic.rs:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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 `Write` in this scope [INFO] [stderr] --> examples/basic.rs:19:44 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Write; [INFO] [stderr] | [INFO] [stderr] and 1 other candidate [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `write_u64` in this scope [INFO] [stderr] --> examples/basic.rs:19:44 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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 `Read` in this scope [INFO] [stderr] --> examples/basic.rs:19:44 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Read; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `read_u8` in this scope [INFO] [stderr] --> examples/basic.rs:19:44 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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 `Write` in this scope [INFO] [stderr] --> examples/basic.rs:22:44 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Write; [INFO] [stderr] | [INFO] [stderr] and 1 other candidate [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `write_u64` in this scope [INFO] [stderr] --> examples/basic.rs:22:44 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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 `Read` in this scope [INFO] [stderr] --> examples/basic.rs:22:44 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Read; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `read_u8` in this scope [INFO] [stderr] --> examples/basic.rs:22:44 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Clone, Debug, Default, PartialEq, DagCbor)] [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 `Write` in this scope [INFO] [stderr] --> examples/basic.rs:25:35 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Write; [INFO] [stderr] | [INFO] [stderr] and 1 other candidate [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `write_u64` in this scope [INFO] [stderr] --> examples/basic.rs:25:35 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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 `Read` in this scope [INFO] [stderr] --> examples/basic.rs:25:35 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Read; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `read_u8` in this scope [INFO] [stderr] --> examples/basic.rs:25:35 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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[E0425]: cannot find function `read_key` in this scope [INFO] [stderr] --> examples/basic.rs:25:35 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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 `Write` in this scope [INFO] [stderr] --> examples/basic.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Write; [INFO] [stderr] | [INFO] [stderr] and 1 other candidate [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `write_u64` in this scope [INFO] [stderr] --> examples/basic.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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 `Read` in this scope [INFO] [stderr] --> examples/basic.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Read; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Read; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `read_u8` in this scope [INFO] [stderr] --> examples/basic.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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[E0425]: cannot find function `read_key` in this scope [INFO] [stderr] --> examples/basic.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Clone, Debug, PartialEq, DagCbor)] [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, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: aborting due to 41 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `dag-cbor-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: could not compile `dag-cbor-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" "1fcb41c0ee0b4eb4346b5b35ef7f08d274ec9e585712f99cc2cd6f0c0b8a0626"` [INFO] running `"docker" "rm" "-f" "1fcb41c0ee0b4eb4346b5b35ef7f08d274ec9e585712f99cc2cd6f0c0b8a0626"` [INFO] [stdout] 1fcb41c0ee0b4eb4346b5b35ef7f08d274ec9e585712f99cc2cd6f0c0b8a0626