[INFO] cloning repository https://github.com/eren-beakwise/cache [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eren-beakwise/cache" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feren-beakwise%2Fcache", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feren-beakwise%2Fcache'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6963b2b8b7c3a4deb9004f48e3c04ead370cb7ba [INFO] testing eren-beakwise/cache against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feren-beakwise%2Fcache" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eren-beakwise/cache on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/eren-beakwise/cache [INFO] finished tweaking git repo https://github.com/eren-beakwise/cache [INFO] tweaked toml for git repo https://github.com/eren-beakwise/cache written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] abd6b9370d52f5f60501a031bc6686b39347086ec0bf3727e60d5eff5c38b166 [INFO] running `Command { std: "docker" "start" "-a" "abd6b9370d52f5f60501a031bc6686b39347086ec0bf3727e60d5eff5c38b166", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "abd6b9370d52f5f60501a031bc6686b39347086ec0bf3727e60d5eff5c38b166", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abd6b9370d52f5f60501a031bc6686b39347086ec0bf3727e60d5eff5c38b166", kill_on_drop: false }` [INFO] [stdout] abd6b9370d52f5f60501a031bc6686b39347086ec0bf3727e60d5eff5c38b166 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", 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] 4657d0bcc04a3a615c5bcf18a25e2de8156f72dcbd2c72f326883aa4dc691715 [INFO] running `Command { std: "docker" "start" "-a" "4657d0bcc04a3a615c5bcf18a25e2de8156f72dcbd2c72f326883aa4dc691715", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling memoization v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `Vec: ToTokens` is not satisfied [INFO] [stdout] --> src/lib.rs:75:23 [INFO] [stdout] | [INFO] [stdout] 75 | let cache_check = quote! { [INFO] [stdout] | _______________________^ [INFO] [stdout] 76 | | let cache = read_cache(#function_name, #parameter_vec); [INFO] [stdout] 77 | | [INFO] [stdout] 78 | | if !cache.is_none() { [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | }; [INFO] [stdout] | |_____^ the trait `ToTokens` is not implemented for `Vec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::quote_token_with_context` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Vec: ToTokens` is not satisfied [INFO] [stdout] --> src/lib.rs:75:23 [INFO] [stdout] | [INFO] [stdout] 75 | let cache_check = quote! { [INFO] [stdout] | _______________________^ [INFO] [stdout] 76 | | let cache = read_cache(#function_name, #parameter_vec); [INFO] [stdout] 77 | | [INFO] [stdout] 78 | | if !cache.is_none() { [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | }; [INFO] [stdout] | |_____^ the trait `ToTokens` is not implemented for `Vec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::quote_token_with_context` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Vec: ToTokens` is not satisfied [INFO] [stdout] --> src/lib.rs:89:23 [INFO] [stdout] | [INFO] [stdout] 89 | let cache_write = quote! { [INFO] [stdout] | _______________________^ [INFO] [stdout] 90 | | let date = Local::today().naive_local() + Duration::days(7); [INFO] [stdout] 91 | | [INFO] [stdout] 92 | | write_cache( [INFO] [stdout] ... | [INFO] [stdout] 97 | | ); [INFO] [stdout] 98 | | }; [INFO] [stdout] | |_____^ the trait `ToTokens` is not implemented for `Vec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::quote_token_with_context` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `memoization` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "4657d0bcc04a3a615c5bcf18a25e2de8156f72dcbd2c72f326883aa4dc691715", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4657d0bcc04a3a615c5bcf18a25e2de8156f72dcbd2c72f326883aa4dc691715", kill_on_drop: false }` [INFO] [stdout] 4657d0bcc04a3a615c5bcf18a25e2de8156f72dcbd2c72f326883aa4dc691715