[INFO] cloning repository mikhail-krainik/ruid [INFO] running `"git" "clone" "--bare" "git://github.com/mikhail-krainik/ruid.git" "work/cache/sources/gh/mikhail-krainik/ruid"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/mikhail-krainik/ruid'... [INFO] running `"git" "clone" "work/cache/sources/gh/mikhail-krainik/ruid" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mikhail-krainik/ruid"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mikhail-krainik/ruid'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mikhail-krainik/ruid" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mikhail-krainik/ruid"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mikhail-krainik/ruid'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f7e5c212ca27c371b59d76ca991c31bad326b09f [INFO] sha for GitHub repo mikhail-krainik/ruid: f7e5c212ca27c371b59d76ca991c31bad326b09f [INFO] validating manifest of mikhail-krainik/ruid on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mikhail-krainik/ruid on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mikhail-krainik/ruid [INFO] finished frobbing mikhail-krainik/ruid [INFO] frobbed toml for mikhail-krainik/ruid written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mikhail-krainik/ruid/Cargo.toml [INFO] started frobbing mikhail-krainik/ruid [INFO] finished frobbing mikhail-krainik/ruid [INFO] frobbed toml for mikhail-krainik/ruid written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mikhail-krainik/ruid/Cargo.toml [INFO] crate mikhail-krainik/ruid already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mikhail-krainik/ruid against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mikhail-krainik/ruid:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] c1aae25d77c67e41d7370a371f3a505add2d29cdefa53a660f42e3788a6dae0f [INFO] running `"docker" "start" "-a" "c1aae25d77c67e41d7370a371f3a505add2d29cdefa53a660f42e3788a6dae0f"` [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling ruid v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `uuid_likes_bytes` should have an upper case name [INFO] [stderr] --> src/main.rs:12:20 [INFO] [stderr] | [INFO] [stderr] 12 | static ref uuid_likes_bytes: Regex = Regex::new(r"^\[(\s?\d{1,3},?\s?){16}\]$").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `UUID_LIKES_BYTES` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `uuid_likes_fields` should have an upper case name [INFO] [stderr] --> src/main.rs:13:20 [INFO] [stderr] | [INFO] [stderr] 13 | static ref uuid_likes_fields: Regex = Regex::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `UUID_LIKES_FIELDS` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.39s [INFO] running `"docker" "inspect" "c1aae25d77c67e41d7370a371f3a505add2d29cdefa53a660f42e3788a6dae0f"` [INFO] running `"docker" "rm" "-f" "c1aae25d77c67e41d7370a371f3a505add2d29cdefa53a660f42e3788a6dae0f"` [INFO] [stdout] c1aae25d77c67e41d7370a371f3a505add2d29cdefa53a660f42e3788a6dae0f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mikhail-krainik/ruid:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] ecc03a2d152af848f1062847e554b0273951c0a123b3f8253c0b5b6201710cb0 [INFO] running `"docker" "start" "-a" "ecc03a2d152af848f1062847e554b0273951c0a123b3f8253c0b5b6201710cb0"` [INFO] [stderr] Compiling ruid v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `uuid_likes_bytes` should have an upper case name [INFO] [stderr] --> src/main.rs:12:20 [INFO] [stderr] | [INFO] [stderr] 12 | static ref uuid_likes_bytes: Regex = Regex::new(r"^\[(\s?\d{1,3},?\s?){16}\]$").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `UUID_LIKES_BYTES` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `uuid_likes_fields` should have an upper case name [INFO] [stderr] --> src/main.rs:13:20 [INFO] [stderr] | [INFO] [stderr] 13 | static ref uuid_likes_fields: Regex = Regex::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `UUID_LIKES_FIELDS` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `"docker" "inspect" "ecc03a2d152af848f1062847e554b0273951c0a123b3f8253c0b5b6201710cb0"` [INFO] running `"docker" "rm" "-f" "ecc03a2d152af848f1062847e554b0273951c0a123b3f8253c0b5b6201710cb0"` [INFO] [stdout] ecc03a2d152af848f1062847e554b0273951c0a123b3f8253c0b5b6201710cb0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mikhail-krainik/ruid:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 746ba485674b2abadb5d937b45763535a7a04d95b7edf99c688197e085a6923d [INFO] running `"docker" "start" "-a" "746ba485674b2abadb5d937b45763535a7a04d95b7edf99c688197e085a6923d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/ruid-5fb3db662745f7a0 [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" "746ba485674b2abadb5d937b45763535a7a04d95b7edf99c688197e085a6923d"` [INFO] running `"docker" "rm" "-f" "746ba485674b2abadb5d937b45763535a7a04d95b7edf99c688197e085a6923d"` [INFO] [stdout] 746ba485674b2abadb5d937b45763535a7a04d95b7edf99c688197e085a6923d