[INFO] fetching crate memoize 0.1.7... [INFO] checking memoize-0.1.7 against try#4a04890980766cc79878135f5ade8c0c4321e943 for pr-65819 [INFO] extracting crate memoize 0.1.7 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate memoize 0.1.7 on toolchain 4a04890980766cc79878135f5ade8c0c4321e943 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate memoize 0.1.7 [INFO] finished tweaking crates.io crate memoize 0.1.7 [INFO] tweaked toml for crates.io crate memoize 0.1.7 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate memoize 0.1.7 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3b22fa0b23da9fe3ee3228228adebae88ff080f9d2cd4c254867b0cadf996364 [INFO] running `Command { std: "docker" "start" "-a" "3b22fa0b23da9fe3ee3228228adebae88ff080f9d2cd4c254867b0cadf996364", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b22fa0b23da9fe3ee3228228adebae88ff080f9d2cd4c254867b0cadf996364", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b22fa0b23da9fe3ee3228228adebae88ff080f9d2cd4c254867b0cadf996364", kill_on_drop: false }` [INFO] [stdout] 3b22fa0b23da9fe3ee3228228adebae88ff080f9d2cd4c254867b0cadf996364 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c53d92bd7739fc0bd33f502d9f7e72d9bd446098c5be7f410eab9a40114972a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2c53d92bd7739fc0bd33f502d9f7e72d9bd446098c5be7f410eab9a40114972a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Checking memoize v0.1.7 (/opt/rustwide/workdir) [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 an attribute macro (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 an attribute macro (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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "2c53d92bd7739fc0bd33f502d9f7e72d9bd446098c5be7f410eab9a40114972a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c53d92bd7739fc0bd33f502d9f7e72d9bd446098c5be7f410eab9a40114972a", kill_on_drop: false }` [INFO] [stdout] 2c53d92bd7739fc0bd33f502d9f7e72d9bd446098c5be7f410eab9a40114972a