[INFO] updating cached repository NishanthSpShetty/Stack-VM [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/NishanthSpShetty/Stack-VM [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/NishanthSpShetty/Stack-VM" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/NishanthSpShetty/Stack-VM"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/NishanthSpShetty/Stack-VM'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/NishanthSpShetty/Stack-VM" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/NishanthSpShetty/Stack-VM"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/NishanthSpShetty/Stack-VM'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 171b03b1ab3655798c0f969124f58efb1f4cb425 [INFO] sha for GitHub repo NishanthSpShetty/Stack-VM: 171b03b1ab3655798c0f969124f58efb1f4cb425 [INFO] validating manifest of NishanthSpShetty/Stack-VM on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of NishanthSpShetty/Stack-VM on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing NishanthSpShetty/Stack-VM [INFO] finished frobbing NishanthSpShetty/Stack-VM [INFO] frobbed toml for NishanthSpShetty/Stack-VM written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/NishanthSpShetty/Stack-VM/Cargo.toml [INFO] started frobbing NishanthSpShetty/Stack-VM [INFO] finished frobbing NishanthSpShetty/Stack-VM [INFO] frobbed toml for NishanthSpShetty/Stack-VM written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/NishanthSpShetty/Stack-VM/Cargo.toml [INFO] crate NishanthSpShetty/Stack-VM has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing NishanthSpShetty/Stack-VM against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/NishanthSpShetty/Stack-VM:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] 827ef39693bc8f8fb62ba605a752a452fd424601a544acc4e6aaaf9f5ba7615e [INFO] running `"docker" "start" "-a" "827ef39693bc8f8fb62ba605a752a452fd424601a544acc4e6aaaf9f5ba7615e"` [INFO] [stderr] Compiling stack-vm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: literal out of range for i32 [INFO] [stderr] --> src/lib/stack/mod.rs:58:18 [INFO] [stderr] | [INFO] [stderr] 58 | (instruction & 0xC0000000)>>30//2 msb [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(overflowing_literals)] on by default [INFO] [stderr] = note: the literal `0xC0000000` (decimal `3221225472`) does not fit into an `i32` and will become `-1073741824i32` [INFO] [stderr] = help: consider using `u32` instead [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `"docker" "inspect" "827ef39693bc8f8fb62ba605a752a452fd424601a544acc4e6aaaf9f5ba7615e"` [INFO] running `"docker" "rm" "-f" "827ef39693bc8f8fb62ba605a752a452fd424601a544acc4e6aaaf9f5ba7615e"` [INFO] [stdout] 827ef39693bc8f8fb62ba605a752a452fd424601a544acc4e6aaaf9f5ba7615e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/NishanthSpShetty/Stack-VM:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] bccdcd183dbf5bf98e42fc6e4e521139418c5cd58277d626d7be6ee64998f1dd [INFO] running `"docker" "start" "-a" "bccdcd183dbf5bf98e42fc6e4e521139418c5cd58277d626d7be6ee64998f1dd"` [INFO] [stderr] Compiling stack-vm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: literal out of range for i32 [INFO] [stderr] --> src/lib/stack/mod.rs:58:18 [INFO] [stderr] | [INFO] [stderr] 58 | (instruction & 0xC0000000)>>30//2 msb [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(overflowing_literals)] on by default [INFO] [stderr] = note: the literal `0xC0000000` (decimal `3221225472`) does not fit into an `i32` and will become `-1073741824i32` [INFO] [stderr] = help: consider using `u32` instead [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `"docker" "inspect" "bccdcd183dbf5bf98e42fc6e4e521139418c5cd58277d626d7be6ee64998f1dd"` [INFO] running `"docker" "rm" "-f" "bccdcd183dbf5bf98e42fc6e4e521139418c5cd58277d626d7be6ee64998f1dd"` [INFO] [stdout] bccdcd183dbf5bf98e42fc6e4e521139418c5cd58277d626d7be6ee64998f1dd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/NishanthSpShetty/Stack-VM:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] 346093a26e7e691ae64cbd7a3c857299585c3810535417f6271a13923a9fe559 [INFO] running `"docker" "start" "-a" "346093a26e7e691ae64cbd7a3c857299585c3810535417f6271a13923a9fe559"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/stack_vm-89063363d84fcbb1 [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" "346093a26e7e691ae64cbd7a3c857299585c3810535417f6271a13923a9fe559"` [INFO] running `"docker" "rm" "-f" "346093a26e7e691ae64cbd7a3c857299585c3810535417f6271a13923a9fe559"` [INFO] [stdout] 346093a26e7e691ae64cbd7a3c857299585c3810535417f6271a13923a9fe559