[INFO] fetching crate dodo 0.3.1... [INFO] testing dodo-0.3.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate dodo 0.3.1 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate dodo 0.3.1 [INFO] finished tweaking crates.io crate dodo 0.3.1 [INFO] tweaked toml for crates.io crate dodo 0.3.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate dodo 0.3.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate dodo 0.3.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded url v2.2.1 [INFO] [stderr] Downloaded dodo-derive v0.3.1 [INFO] [stderr] Downloaded semver-parser v0.9.0 [INFO] [stderr] Downloaded version-sync v0.9.2 [INFO] [stderr] Downloaded serde_derive v1.0.125 [INFO] [stderr] Downloaded regex v1.5.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d451322db23cdd67ab9bddc263d2586280aca69cd51676e2c6a870624063049e [INFO] running `Command { std: "docker" "start" "-a" "d451322db23cdd67ab9bddc263d2586280aca69cd51676e2c6a870624063049e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d451322db23cdd67ab9bddc263d2586280aca69cd51676e2c6a870624063049e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d451322db23cdd67ab9bddc263d2586280aca69cd51676e2c6a870624063049e", kill_on_drop: false }` [INFO] [stdout] d451322db23cdd67ab9bddc263d2586280aca69cd51676e2c6a870624063049e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a18498782fc69d4ec88add345e19136d111ff2290cda8857336c299b29ea8bcf [INFO] running `Command { std: "docker" "start" "-a" "a18498782fc69d4ec88add345e19136d111ff2290cda8857336c299b29ea8bcf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling getrandom v0.1.16 [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 dodo-derive v0.3.1 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling dodo v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/storage/mod.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub use directory::*; [INFO] [stdout] | ------------ but the name `Iter` in the type namespace is also re-exported here [INFO] [stdout] 9 | pub use error::*; [INFO] [stdout] 10 | pub use memory::*; [INFO] [stdout] | ^^^^^^^^^ the name `Iter` in the type namespace is first re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection/mod.rs:155:21 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn find_all(&self) -> Result> { [INFO] [stdout] | ^^^^^ -------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | pub fn find_all(&self) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.57s [INFO] running `Command { std: "docker" "inspect" "a18498782fc69d4ec88add345e19136d111ff2290cda8857336c299b29ea8bcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a18498782fc69d4ec88add345e19136d111ff2290cda8857336c299b29ea8bcf", kill_on_drop: false }` [INFO] [stdout] a18498782fc69d4ec88add345e19136d111ff2290cda8857336c299b29ea8bcf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f8ee078ef7b815c9f2c1d1b6686ac79c3d0aaaff99931cad2c2c4253710c602 [INFO] running `Command { std: "docker" "start" "-a" "9f8ee078ef7b815c9f2c1d1b6686ac79c3d0aaaff99931cad2c2c4253710c602", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling semver-parser v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling regex v1.5.3 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling dodo-derive v0.3.1 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling dodo v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/storage/mod.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub use directory::*; [INFO] [stdout] | ------------ but the name `Iter` in the type namespace is also re-exported here [INFO] [stdout] 9 | pub use error::*; [INFO] [stdout] 10 | pub use memory::*; [INFO] [stdout] | ^^^^^^^^^ the name `Iter` in the type namespace is first re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection/mod.rs:155:21 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn find_all(&self) -> Result> { [INFO] [stdout] | ^^^^^ -------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | pub fn find_all(&self) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling version-sync v0.9.2 [INFO] [stdout] error[E0432]: unresolved import `dodo::YamlSerializer` [INFO] [stdout] --> tests/serializer/yaml.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use dodo::{Serializer, YamlSerializer}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `YamlSerializer` in the root [INFO] [stdout] | help: a similar name exists in the module: `JsonSerializer` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:158:21 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(feature = "yaml")] [INFO] [stdout] | ---------------- the item is gated behind the `yaml` feature [INFO] [stdout] 158 | pub use serializer::YamlSerializer; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `dodo::storage::LockedDirectory` [INFO] [stdout] --> tests/storage/locked_directory.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 3 | use dodo::storage::{LockedDirectory, Storage}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `LockedDirectory` in `storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fs2` [INFO] [stdout] --> tests/storage/locked_directory.rs:75:15 [INFO] [stdout] | [INFO] [stdout] 75 | use fs2::{self, FileExt}; [INFO] [stdout] | ^^^^ no external crate `fs2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Serializer` [INFO] [stdout] --> tests/serializer/yaml.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use dodo::{Serializer, YamlSerializer}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/storage/mod.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub use directory::*; [INFO] [stdout] | ------------ but the name `Iter` in the type namespace is also re-exported here [INFO] [stdout] 9 | pub use error::*; [INFO] [stdout] 10 | pub use memory::*; [INFO] [stdout] | ^^^^^^^^^ the name `Iter` in the type namespace is first re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `try_lock_exclusive` found for struct `File` in the current scope [INFO] [stdout] --> tests/storage/locked_directory.rs:96:25 [INFO] [stdout] | [INFO] [stdout] 96 | assert_eq!(file.try_lock_exclusive().err().expect("entry should have been locked").kind(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ method not found in `File` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `try_lock_exclusive` found for struct `File` in the current scope [INFO] [stdout] --> tests/storage/locked_directory.rs:104:25 [INFO] [stdout] | [INFO] [stdout] 104 | assert_eq!(file.try_lock_exclusive().err().expect("entry should have been locked").kind(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ method not found in `File` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `try_lock_exclusive` found for struct `File` in the current scope [INFO] [stdout] --> tests/storage/locked_directory.rs:112:22 [INFO] [stdout] | [INFO] [stdout] 112 | assert!(file.try_lock_exclusive().is_ok(), "entry should have been unlocked"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ method not found in `File` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dodo` (test "dodo") due to 6 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection/mod.rs:155:21 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn find_all(&self) -> Result> { [INFO] [stdout] | ^^^^^ -------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | pub fn find_all(&self) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9f8ee078ef7b815c9f2c1d1b6686ac79c3d0aaaff99931cad2c2c4253710c602", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f8ee078ef7b815c9f2c1d1b6686ac79c3d0aaaff99931cad2c2c4253710c602", kill_on_drop: false }` [INFO] [stdout] 9f8ee078ef7b815c9f2c1d1b6686ac79c3d0aaaff99931cad2c2c4253710c602