[INFO] cloning repository brettcannon/python-launcher [INFO] running `"git" "clone" "--bare" "git://github.com/brettcannon/python-launcher.git" "work/cache/sources/gh/brettcannon/python-launcher"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/brettcannon/python-launcher'... [INFO] running `"git" "clone" "work/cache/sources/gh/brettcannon/python-launcher" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/brettcannon/python-launcher"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/brettcannon/python-launcher'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/brettcannon/python-launcher" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/brettcannon/python-launcher"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/brettcannon/python-launcher'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b58ce5c68259b166d7d05590a456e9f62167fb43 [INFO] sha for GitHub repo brettcannon/python-launcher: b58ce5c68259b166d7d05590a456e9f62167fb43 [INFO] validating manifest of brettcannon/python-launcher 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 brettcannon/python-launcher 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 brettcannon/python-launcher [INFO] finished frobbing brettcannon/python-launcher [INFO] frobbed toml for brettcannon/python-launcher written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/brettcannon/python-launcher/Cargo.toml [INFO] started frobbing brettcannon/python-launcher [INFO] finished frobbing brettcannon/python-launcher [INFO] frobbed toml for brettcannon/python-launcher written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/brettcannon/python-launcher/Cargo.toml [INFO] crate brettcannon/python-launcher 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing brettcannon/python-launcher against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/brettcannon/python-launcher:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 98868e286a95c968a4697576d897509a69189554afdedb11abbbf764b2db556c [INFO] running `"docker" "start" "-a" "98868e286a95c968a4697576d897509a69189554afdedb11abbbf764b2db556c"` [INFO] [stderr] Compiling python-launcher v0.7.2 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | let mut chosen_path: Option; [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.74s [INFO] running `"docker" "inspect" "98868e286a95c968a4697576d897509a69189554afdedb11abbbf764b2db556c"` [INFO] running `"docker" "rm" "-f" "98868e286a95c968a4697576d897509a69189554afdedb11abbbf764b2db556c"` [INFO] [stdout] 98868e286a95c968a4697576d897509a69189554afdedb11abbbf764b2db556c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/brettcannon/python-launcher:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 31c8adb5bae88e233a2438320ea6719fe34aedfc233343f6dba2199137b62d42 [INFO] running `"docker" "start" "-a" "31c8adb5bae88e233a2438320ea6719fe34aedfc233343f6dba2199137b62d42"` [INFO] [stderr] Compiling python-launcher v0.7.2 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | let mut chosen_path: Option; [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.42s [INFO] running `"docker" "inspect" "31c8adb5bae88e233a2438320ea6719fe34aedfc233343f6dba2199137b62d42"` [INFO] running `"docker" "rm" "-f" "31c8adb5bae88e233a2438320ea6719fe34aedfc233343f6dba2199137b62d42"` [INFO] [stdout] 31c8adb5bae88e233a2438320ea6719fe34aedfc233343f6dba2199137b62d42 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/brettcannon/python-launcher:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 2c967a84483e5a245d126eab37362a3a26263fe464af2017088e5892833db6c8 [INFO] running `"docker" "start" "-a" "2c967a84483e5a245d126eab37362a3a26263fe464af2017088e5892833db6c8"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/python_launcher-6815584d348eb97d [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test tests::test_find_shebang ... ok [INFO] [stdout] test tests::test_choose_executable ... ok [INFO] [stdout] test tests::test_RequestedVersion_from_string ... ok [INFO] [stdout] test tests::system_test_path_entries ... ok [INFO] [stdout] test tests::test_filter_python_executables ... ok [INFO] [stdout] test tests::test_action_from_args ... ok [INFO] [stdout] test tests::test_requested_version_env_var ... ok [INFO] [stdout] test tests::test_split_shebang ... ok [INFO] [stdout] test tests::test_version_from_flag ... ok [INFO] [stdout] test tests::test_version_matches ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/py-247f220e614afc72 [INFO] [stdout] test tests::unit_test_path_entries ... ok [INFO] [stderr] Doc-tests python-launcher [INFO] [stdout] test tests::test_virtual_env ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - action_from_args (line 149) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2c967a84483e5a245d126eab37362a3a26263fe464af2017088e5892833db6c8"` [INFO] running `"docker" "rm" "-f" "2c967a84483e5a245d126eab37362a3a26263fe464af2017088e5892833db6c8"` [INFO] [stdout] 2c967a84483e5a245d126eab37362a3a26263fe464af2017088e5892833db6c8