[INFO] updating cached repository genya0407/reing_text2image [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/genya0407/reing_text2image [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/genya0407/reing_text2image" "work/ex/pr-57501/sources/master#6ecad338381cc3b8d56e2df22e5971a598eddd6c/gh/genya0407/reing_text2image"` [INFO] [stderr] Cloning into 'work/ex/pr-57501/sources/master#6ecad338381cc3b8d56e2df22e5971a598eddd6c/gh/genya0407/reing_text2image'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/genya0407/reing_text2image" "work/ex/pr-57501/sources/try#5f789154f114767b2d0cb9c5b6c592cb3a635e6f/gh/genya0407/reing_text2image"` [INFO] [stderr] Cloning into 'work/ex/pr-57501/sources/try#5f789154f114767b2d0cb9c5b6c592cb3a635e6f/gh/genya0407/reing_text2image'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 11631a56207ec47d346d5f97c1dd631855b2e7f6 [INFO] sha for GitHub repo genya0407/reing_text2image: 11631a56207ec47d346d5f97c1dd631855b2e7f6 [INFO] validating manifest of genya0407/reing_text2image on toolchain master#6ecad338381cc3b8d56e2df22e5971a598eddd6c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ecad338381cc3b8d56e2df22e5971a598eddd6c-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of genya0407/reing_text2image on toolchain try#5f789154f114767b2d0cb9c5b6c592cb3a635e6f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f789154f114767b2d0cb9c5b6c592cb3a635e6f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing genya0407/reing_text2image [INFO] finished frobbing genya0407/reing_text2image [INFO] frobbed toml for genya0407/reing_text2image written to work/ex/pr-57501/sources/master#6ecad338381cc3b8d56e2df22e5971a598eddd6c/gh/genya0407/reing_text2image/Cargo.toml [INFO] started frobbing genya0407/reing_text2image [INFO] finished frobbing genya0407/reing_text2image [INFO] frobbed toml for genya0407/reing_text2image written to work/ex/pr-57501/sources/try#5f789154f114767b2d0cb9c5b6c592cb3a635e6f/gh/genya0407/reing_text2image/Cargo.toml [INFO] crate genya0407/reing_text2image has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ecad338381cc3b8d56e2df22e5971a598eddd6c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f789154f114767b2d0cb9c5b6c592cb3a635e6f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking genya0407/reing_text2image against master#6ecad338381cc3b8d56e2df22e5971a598eddd6c for pr-57501 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57501/worker-3/master#6ecad338381cc3b8d56e2df22e5971a598eddd6c:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57501/sources/master#6ecad338381cc3b8d56e2df22e5971a598eddd6c/gh/genya0407/reing_text2image:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+6ecad338381cc3b8d56e2df22e5971a598eddd6c-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f99a146d5622f6acba7f6c9ad2d3692da054534001a3fab58af10d0e016b81e9 [INFO] running `"docker" "start" "-a" "f99a146d5622f6acba7f6c9ad2d3692da054534001a3fab58af10d0e016b81e9"` [INFO] [stderr] Checking alga v0.5.4 [INFO] [stderr] Checking rusttype v0.5.2 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Checking quickcheck v0.6.2 [INFO] [stderr] Checking nalgebra v0.13.1 [INFO] [stderr] Checking imageproc v0.15.0 [INFO] [stderr] Checking reing_text2image v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find function `text2image` in this scope [INFO] [stderr] --> src/lib.rs:100:19 [INFO] [stderr] | [INFO] [stderr] 100 | let img = text2image(original_text[0..i].join("\n")); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `reing_text2image`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f99a146d5622f6acba7f6c9ad2d3692da054534001a3fab58af10d0e016b81e9"` [INFO] running `"docker" "rm" "-f" "f99a146d5622f6acba7f6c9ad2d3692da054534001a3fab58af10d0e016b81e9"` [INFO] [stdout] f99a146d5622f6acba7f6c9ad2d3692da054534001a3fab58af10d0e016b81e9