[INFO] crate model 0.1.2 is already in cache [INFO] testing model-0.1.2 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate model 0.1.2 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate model 0.1.2 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 model 0.1.2 [INFO] finished tweaking crates.io crate model 0.1.2 [INFO] tweaked toml for crates.io crate model 0.1.2 written to work/builds/worker-6/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-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] df52dba2c164ae7c19bd8e3fa0a26dd41b684a593c2e7bdbc6e4b1bada2c35f4 [INFO] running `"docker" "start" "-a" "df52dba2c164ae7c19bd8e3fa0a26dd41b684a593c2e7bdbc6e4b1bada2c35f4"` [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling permutohedron v0.2.4 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling bit-set v0.5.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling rusty-fork v0.2.2 [INFO] [stderr] Compiling proptest v0.8.7 [INFO] [stderr] Compiling model v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.34s [INFO] running `"docker" "inspect" "df52dba2c164ae7c19bd8e3fa0a26dd41b684a593c2e7bdbc6e4b1bada2c35f4"` [INFO] running `"docker" "rm" "-f" "df52dba2c164ae7c19bd8e3fa0a26dd41b684a593c2e7bdbc6e4b1bada2c35f4"` [INFO] [stdout] df52dba2c164ae7c19bd8e3fa0a26dd41b684a593c2e7bdbc6e4b1bada2c35f4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 5cbf0860498521ada9da4699fea467a02bdbc03bb60295f59c9b31677008c888 [INFO] running `"docker" "start" "-a" "5cbf0860498521ada9da4699fea467a02bdbc03bb60295f59c9b31677008c888"` [INFO] [stderr] Compiling model v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error: cannot find macro `prop_oneof` in this scope [INFO] [stderr] --> tests/model.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / model! { [INFO] [stderr] 8 | | Model => let m = AtomicUsize::new(0), [INFO] [stderr] 9 | | Implementation => let mut i: usize = 0, [INFO] [stderr] 10 | | Add(usize)(v in 0usize..4) => { [INFO] [stderr] ... | [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `prop_oneof` in this scope [INFO] [stderr] --> tests/model.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | / linearizable! { [INFO] [stderr] 45 | | Implementation => let i = Shared::new(AtomicUsize::new(0)), [INFO] [stderr] 46 | | BuggyAdd(usize)(v in 0usize..4) -> usize { [INFO] [stderr] 47 | | let current = i.load(Ordering::SeqCst); [INFO] [stderr] ... | [INFO] [stderr] 64 | | } [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `prop_oneof` in this scope [INFO] [stderr] --> tests/model.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | / linearizable! { [INFO] [stderr] 74 | | Implementation => let i = Shared::new(AtomicUsize::new(0)), [INFO] [stderr] 75 | | Add(usize)(v in 0usize..4) -> usize { [INFO] [stderr] 76 | | i.fetch_add(v, Ordering::SeqCst) [INFO] [stderr] ... | [INFO] [stderr] 83 | | } [INFO] [stderr] 84 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `model`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "5cbf0860498521ada9da4699fea467a02bdbc03bb60295f59c9b31677008c888"` [INFO] running `"docker" "rm" "-f" "5cbf0860498521ada9da4699fea467a02bdbc03bb60295f59c9b31677008c888"` [INFO] [stdout] 5cbf0860498521ada9da4699fea467a02bdbc03bb60295f59c9b31677008c888