[INFO] crate cr 0.1.1 is already in cache [INFO] testing cr-0.1.1 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate cr 0.1.1 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate cr 0.1.1 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cr 0.1.1 [INFO] removed 2 missing examples [INFO] finished tweaking crates.io crate cr 0.1.1 [INFO] tweaked toml for crates.io crate cr 0.1.1 written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 8e97b7a5d37cce475526519296c4079f62afca2c2e7ab22a6c6dafc16304b7db [INFO] running `"docker" "start" "-a" "8e97b7a5d37cce475526519296c4079f62afca2c2e7ab22a6c6dafc16304b7db"` [INFO] [stderr] Compiling cr-sys v0.1.1 [INFO] [stderr] Compiling cr v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.40s [INFO] running `"docker" "inspect" "8e97b7a5d37cce475526519296c4079f62afca2c2e7ab22a6c6dafc16304b7db"` [INFO] running `"docker" "rm" "-f" "8e97b7a5d37cce475526519296c4079f62afca2c2e7ab22a6c6dafc16304b7db"` [INFO] [stdout] 8e97b7a5d37cce475526519296c4079f62afca2c2e7ab22a6c6dafc16304b7db [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] fc2d49ed1317b6808cdf2cae66bd5f43f3422ea0399eb47159022256f0980c90 [INFO] running `"docker" "start" "-a" "fc2d49ed1317b6808cdf2cae66bd5f43f3422ea0399eb47159022256f0980c90"` [INFO] [stderr] Compiling cr v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0601]: `main` function not found in crate `basic_guest` [INFO] [stderr] --> examples/basic_guest.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / #[macro_use] [INFO] [stderr] 2 | | extern crate cr; [INFO] [stderr] 3 | | [INFO] [stderr] 4 | | use std::thread; [INFO] [stderr] ... | [INFO] [stderr] 64 | | return 0; [INFO] [stderr] 65 | | } [INFO] [stderr] | |_^ consider adding a `main` function to `examples/basic_guest.rs` [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `basic_state` [INFO] [stderr] --> examples/basic_state.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / #[derive(Debug)] [INFO] [stderr] 2 | | pub struct BasicState { [INFO] [stderr] 3 | | pub counter: i32, [INFO] [stderr] 4 | | } [INFO] [stderr] 5 | | [INFO] [stderr] 6 | | pub type BasicPlugin = cr::Plugin; [INFO] [stderr] | |______________________________________________^ consider adding a `main` function to `examples/basic_state.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: could not compile `cr`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cr`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "fc2d49ed1317b6808cdf2cae66bd5f43f3422ea0399eb47159022256f0980c90"` [INFO] running `"docker" "rm" "-f" "fc2d49ed1317b6808cdf2cae66bd5f43f3422ea0399eb47159022256f0980c90"` [INFO] [stdout] fc2d49ed1317b6808cdf2cae66bd5f43f3422ea0399eb47159022256f0980c90