[INFO] updating cached repository https://github.com/LoicGrobol/wparse [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8142b7b45cf4d2820e20480fbae9b3132fb08583 [INFO] testing LoicGrobol/wparse against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FLoicGrobol%2Fwparse" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LoicGrobol/wparse on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/LoicGrobol/wparse [INFO] finished tweaking git repo https://github.com/LoicGrobol/wparse [INFO] tweaked toml for git repo https://github.com/LoicGrobol/wparse written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/LoicGrobol/wparse already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] a1715dc8774ca885ebe337314ee3fc800d2c4e1603c0da1aacafaaa91cf20878 [INFO] running `"docker" "start" "-a" "a1715dc8774ca885ebe337314ee3fc800d2c4e1603c0da1aacafaaa91cf20878"` [INFO] [stderr] Compiling parse_wiki_text v0.1.5 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling quick-xml v0.12.4 [INFO] [stderr] Compiling parse_mediawiki_dump v0.1.0 [INFO] [stderr] Compiling wparse v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: static variable `re` should have an upper case name [INFO] [stderr] --> src/main.rs:269:19 [INFO] [stderr] | [INFO] [stderr] 269 | static ref re: regex::Regex = regex::Regex::new(r"\n\s*").unwrap(); [INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.16s [INFO] running `"docker" "inspect" "a1715dc8774ca885ebe337314ee3fc800d2c4e1603c0da1aacafaaa91cf20878"` [INFO] running `"docker" "rm" "-f" "a1715dc8774ca885ebe337314ee3fc800d2c4e1603c0da1aacafaaa91cf20878"` [INFO] [stdout] a1715dc8774ca885ebe337314ee3fc800d2c4e1603c0da1aacafaaa91cf20878 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b2d309b6fb534c5732f34cd9da392655ad4cc76171f3ea50ee3cdc43b1451103 [INFO] running `"docker" "start" "-a" "b2d309b6fb534c5732f34cd9da392655ad4cc76171f3ea50ee3cdc43b1451103"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling wparse v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: static variable `re` should have an upper case name [INFO] [stderr] --> src/main.rs:269:19 [INFO] [stderr] | [INFO] [stderr] 269 | static ref re: regex::Regex = regex::Regex::new(r"\n\s*").unwrap(); [INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `"docker" "inspect" "b2d309b6fb534c5732f34cd9da392655ad4cc76171f3ea50ee3cdc43b1451103"` [INFO] running `"docker" "rm" "-f" "b2d309b6fb534c5732f34cd9da392655ad4cc76171f3ea50ee3cdc43b1451103"` [INFO] [stdout] b2d309b6fb534c5732f34cd9da392655ad4cc76171f3ea50ee3cdc43b1451103 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 44f2dc5b91424080de98a69d922cae1149a5f0d423f4c3b479f11d4dc4c74492 [INFO] running `"docker" "start" "-a" "44f2dc5b91424080de98a69d922cae1149a5f0d423f4c3b479f11d4dc4c74492"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/wparse-cd5bab870d379baa [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "44f2dc5b91424080de98a69d922cae1149a5f0d423f4c3b479f11d4dc4c74492"` [INFO] running `"docker" "rm" "-f" "44f2dc5b91424080de98a69d922cae1149a5f0d423f4c3b479f11d4dc4c74492"` [INFO] [stdout] 44f2dc5b91424080de98a69d922cae1149a5f0d423f4c3b479f11d4dc4c74492