[INFO] updating cached repository https://github.com/finalfusion/finalfusion-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/finalfusion/finalfusion-rust [INFO] [stderr] 10f9242..118ed9e master -> master [INFO] [stderr] * [new branch] release-0.11 -> release-0.11 [INFO] [stderr] * [new branch] semver -> semver [INFO] [stderr] * [new tag] 0.11.0 -> 0.11.0 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 118ed9e950108b91a773625b56bc77a15f808799 [INFO] checking finalfusion/finalfusion-rust against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffinalfusion%2Ffinalfusion-rust" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/finalfusion/finalfusion-rust on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/finalfusion/finalfusion-rust [INFO] finished tweaking git repo https://github.com/finalfusion/finalfusion-rust [INFO] tweaked toml for git repo https://github.com/finalfusion/finalfusion-rust written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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] 1921dfdeb3bc073c1e6c685598458a52c3fbee1f8dca3c82c4b7c19bf46f97e7 [INFO] running `"docker" "start" "-a" "1921dfdeb3bc073c1e6c685598458a52c3fbee1f8dca3c82c4b7c19bf46f97e7"` [INFO] [stderr] Compiling ndarray v0.13.0 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Checking rand_os v0.2.2 [INFO] [stderr] Checking rand_xoshiro v0.3.1 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking criterion v0.3.0 [INFO] [stderr] Checking reductive v0.4.0 [INFO] [stderr] Checking finalfusion v0.11.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0603]: module `chunks` is private [INFO] [stderr] --> benches/quantized.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | use finalfusion::chunks::vocab::WordIndex; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `chunks` is private [INFO] [stderr] --> benches/array.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | use finalfusion::chunks::vocab::WordIndex; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `idx` found for type `&finalfusion::chunks::vocab::wrappers::VocabWrap` in the current scope [INFO] [stderr] --> benches/quantized.rs:31:62 [INFO] [stderr] | [INFO] [stderr] 31 | allround_iter().filter_map(move |w| match embeds.vocab().idx(&w) { [INFO] [stderr] | ^^^ method not found in `&finalfusion::chunks::vocab::wrappers::VocabWrap` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 1 | use finalfusion::chunks::vocab::Vocab; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `idx` found for type `&finalfusion::chunks::vocab::wrappers::VocabWrap` in the current scope [INFO] [stderr] --> benches/quantized.rs:40:62 [INFO] [stderr] | [INFO] [stderr] 40 | allround_iter().filter_map(move |w| match embeds.vocab().idx(&w) { [INFO] [stderr] | ^^^ method not found in `&finalfusion::chunks::vocab::wrappers::VocabWrap` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 1 | use finalfusion::chunks::vocab::Vocab; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `finalfusion`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `idx` found for type `&finalfusion::chunks::vocab::wrappers::VocabWrap` in the current scope [INFO] [stderr] --> benches/array.rs:31:62 [INFO] [stderr] | [INFO] [stderr] 31 | allround_iter().filter_map(move |w| match embeds.vocab().idx(&w) { [INFO] [stderr] | ^^^ method not found in `&finalfusion::chunks::vocab::wrappers::VocabWrap` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 1 | use finalfusion::chunks::vocab::Vocab; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `idx` found for type `&finalfusion::chunks::vocab::wrappers::VocabWrap` in the current scope [INFO] [stderr] --> benches/array.rs:40:62 [INFO] [stderr] | [INFO] [stderr] 40 | allround_iter().filter_map(move |w| match embeds.vocab().idx(&w) { [INFO] [stderr] | ^^^ method not found in `&finalfusion::chunks::vocab::wrappers::VocabWrap` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 1 | use finalfusion::chunks::vocab::Vocab; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `finalfusion`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1921dfdeb3bc073c1e6c685598458a52c3fbee1f8dca3c82c4b7c19bf46f97e7"` [INFO] running `"docker" "rm" "-f" "1921dfdeb3bc073c1e6c685598458a52c3fbee1f8dca3c82c4b7c19bf46f97e7"` [INFO] [stdout] 1921dfdeb3bc073c1e6c685598458a52c3fbee1f8dca3c82c4b7c19bf46f97e7