[INFO] fetching crate addon_distributor 0.1.0... [INFO] checking addon_distributor-0.1.0 against beta-2019-10-27 for pr-65897 [INFO] extracting crate addon_distributor 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate addon_distributor 0.1.0 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate addon_distributor 0.1.0 [INFO] finished tweaking crates.io crate addon_distributor 0.1.0 [INFO] tweaked toml for crates.io crate addon_distributor 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate addon_distributor 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=allow" "-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" "+beta-2019-10-27" "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] 6c36f3a57d6ef701c7b804afd6df1893e72ddc8770b5b11c5891d3408fb18508 [INFO] running `"docker" "start" "-a" "6c36f3a57d6ef701c7b804afd6df1893e72ddc8770b5b11c5891d3408fb18508"` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking console v0.9.0 [INFO] [stderr] Checking dialoguer v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking addon_distributor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `select_addon` in module `distributor` [INFO] [stderr] --> src/lib.rs:241:54 [INFO] [stderr] | [INFO] [stderr] 241 | println!("Choosen addon is {}", distributor::select_addon(addons)); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] help: a function with a similar name exists [INFO] [stderr] | [INFO] [stderr] 241 | println!("Choosen addon is {}", distributor::upsert_addon(addons)); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 202 | use crate::tests::select_addon; [INFO] [stderr] | [INFO] [stderr] 202 | use crate::tests::select_addon; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:224:56 [INFO] [stderr] | [INFO] [stderr] 224 | let addon_names = distributor::get_addon_names(addons); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected &Addons, found struct `Addons` [INFO] [stderr] | help: consider borrowing here: `&addons` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&Addons` [INFO] [stderr] found type `Addons` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `addon_distributor`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6c36f3a57d6ef701c7b804afd6df1893e72ddc8770b5b11c5891d3408fb18508"` [INFO] running `"docker" "rm" "-f" "6c36f3a57d6ef701c7b804afd6df1893e72ddc8770b5b11c5891d3408fb18508"` [INFO] [stdout] 6c36f3a57d6ef701c7b804afd6df1893e72ddc8770b5b11c5891d3408fb18508