[INFO] fetching crate memoize 0.1.9... [INFO] checking memoize-0.1.9 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate memoize 0.1.9 into /workspace/builds/worker-29/source [INFO] validating manifest of crates.io crate memoize 0.1.9 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate memoize 0.1.9 [INFO] finished tweaking crates.io crate memoize 0.1.9 [INFO] tweaked toml for crates.io crate memoize 0.1.9 written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate crates.io crate memoize 0.1.9 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 78b0081649d1cbd126c3ab710bcddd1a0e6ac2d055c93348e6ed25e5107912e2 [INFO] running `Command { std: "docker" "start" "-a" "78b0081649d1cbd126c3ab710bcddd1a0e6ac2d055c93348e6ed25e5107912e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "78b0081649d1cbd126c3ab710bcddd1a0e6ac2d055c93348e6ed25e5107912e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78b0081649d1cbd126c3ab710bcddd1a0e6ac2d055c93348e6ed25e5107912e2", kill_on_drop: false }` [INFO] [stdout] 78b0081649d1cbd126c3ab710bcddd1a0e6ac2d055c93348e6ed25e5107912e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1e2883c1c2ba3525408d3d329e0e5d05364eb8bad6ff3f16b51de69b5cfebfac [INFO] running `Command { std: "docker" "start" "-a" "1e2883c1c2ba3525408d3d329e0e5d05364eb8bad6ff3f16b51de69b5cfebfac", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking memoize v0.1.9 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/full_featured.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/recursive.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/trivial.rs from 2018 edition to 2021 [INFO] [stdout] error: memoize error: Attributes are specified, but the feature 'full' is not enabled! To fix this, compile with `--features=full`. [INFO] [stdout] --> examples/full_featured.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | #[memoize(TimeToLive: Duration::from_secs(2), Capacity: 123)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Duration` [INFO] [stdout] --> examples/full_featured.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 2 | use std::time::{Instant, Duration}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lock` found for struct `MEMOIZED_MAPPING_HELLO` in the current scope [INFO] [stdout] --> examples/full_featured.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[memoize(TimeToLive: Duration::from_secs(2), Capacity: 123)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | method `lock` not found for this [INFO] [stdout] | method not found in `MEMOIZED_MAPPING_HELLO` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `memoize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> examples/full_featured.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[memoize(TimeToLive: Duration::from_secs(2), Capacity: 123)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] = note: this error originates in the attribute macro `memoize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `memoize` due to 4 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "1e2883c1c2ba3525408d3d329e0e5d05364eb8bad6ff3f16b51de69b5cfebfac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e2883c1c2ba3525408d3d329e0e5d05364eb8bad6ff3f16b51de69b5cfebfac", kill_on_drop: false }` [INFO] [stdout] 1e2883c1c2ba3525408d3d329e0e5d05364eb8bad6ff3f16b51de69b5cfebfac