[INFO] crate ress 0.7.3 is already in cache [INFO] testing ress-0.7.3 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate ress 0.7.3 into work/builds/worker-8/source [INFO] validating manifest of crates.io crate ress 0.7.3 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 ress 0.7.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate ress 0.7.3 [INFO] tweaked toml for crates.io crate ress 0.7.3 written to work/builds/worker-8/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-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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] 6994387f80dedf77c502639129ca098337703c4e523bc4e3b090798432a03696 [INFO] running `"docker" "start" "-a" "6994387f80dedf77c502639129ca098337703c4e523bc4e3b090798432a03696"` [INFO] [stderr] Compiling ress v0.7.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.88s [INFO] running `"docker" "inspect" "6994387f80dedf77c502639129ca098337703c4e523bc4e3b090798432a03696"` [INFO] running `"docker" "rm" "-f" "6994387f80dedf77c502639129ca098337703c4e523bc4e3b090798432a03696"` [INFO] [stdout] 6994387f80dedf77c502639129ca098337703c4e523bc4e3b090798432a03696 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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] e7031d3659dd0fc1214cec14333bcce2018934ecfca1ad5ae004b17818f103b2 [INFO] running `"docker" "start" "-a" "e7031d3659dd0fc1214cec14333bcce2018934ecfca1ad5ae004b17818f103b2"` [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling regex_generate v0.2.1 [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling rusty-fork v0.2.2 [INFO] [stderr] Compiling bit-set v0.5.1 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling proptest v0.8.7 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling pretty_env_logger v0.2.5 [INFO] [stderr] Compiling ress v0.7.3 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/../node_modules/jquery/dist/jquery.js: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:720:18 [INFO] [stderr] | [INFO] [stderr] 720 | let js = include_str!("../node_modules/jquery/dist/jquery.js"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../node_modules/esprima/dist/esprima.js: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:760:18 [INFO] [stderr] | [INFO] [stderr] 760 | let js = include_str!("../node_modules/esprima/dist/esprima.js"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> examples/instruments/templates.rs:33:31 [INFO] [stderr] | [INFO] [stderr] 33 | let _ = t.next().unwrap();; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `ress`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e7031d3659dd0fc1214cec14333bcce2018934ecfca1ad5ae004b17818f103b2"` [INFO] running `"docker" "rm" "-f" "e7031d3659dd0fc1214cec14333bcce2018934ecfca1ad5ae004b17818f103b2"` [INFO] [stdout] e7031d3659dd0fc1214cec14333bcce2018934ecfca1ad5ae004b17818f103b2