[INFO] cloning repository Michael0x2a/impo [INFO] running `"git" "clone" "--bare" "git://github.com/Michael0x2a/impo.git" "work/cache/sources/gh/Michael0x2a/impo"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Michael0x2a/impo'... [INFO] running `"git" "clone" "work/cache/sources/gh/Michael0x2a/impo" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Michael0x2a/impo"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Michael0x2a/impo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Michael0x2a/impo" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Michael0x2a/impo"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Michael0x2a/impo'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8a49d12d09be2b0e4f97419d7165a8a79dd845cd [INFO] sha for GitHub repo Michael0x2a/impo: 8a49d12d09be2b0e4f97419d7165a8a79dd845cd [INFO] validating manifest of Michael0x2a/impo 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 Michael0x2a/impo 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 Michael0x2a/impo [INFO] finished frobbing Michael0x2a/impo [INFO] frobbed toml for Michael0x2a/impo written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Michael0x2a/impo/Cargo.toml [INFO] started frobbing Michael0x2a/impo [INFO] finished frobbing Michael0x2a/impo [INFO] frobbed toml for Michael0x2a/impo written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Michael0x2a/impo/Cargo.toml [INFO] crate Michael0x2a/impo 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 Michael0x2a/impo against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Michael0x2a/impo:/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] ec00507ea3ffc601fb7b6f7de42c1c2e1c70d52f351175ad5ceccd2d9de1f2ca [INFO] running `"docker" "start" "-a" "ec00507ea3ffc601fb7b6f7de42c1c2e1c70d52f351175ad5ceccd2d9de1f2ca"` [INFO] [stderr] Compiling snowflake v1.3.0 [INFO] [stderr] Compiling backtrace-sys v0.1.21 [INFO] [stderr] Compiling backtrace v0.3.8 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling impo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typecheck/infer.rs:131:45 [INFO] [stderr] | [INFO] [stderr] 131 | fn is_one_of(typ: ImpoType, matchers: &Vec<&Fn(ImpoType) -> bool>) -> bool [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(ImpoType) -> bool` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/interpreter/interpreter.rs:21:23 [INFO] [stderr] | [INFO] [stderr] 21 | int_op: &Fn(i64, i64) -> i64, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i64, i64) -> i64` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/interpreter/interpreter.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | float_op: &Fn(f64, f64) -> f64) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, f64) -> f64` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/typed.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | pool: &'a ReadOnlyStringPool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReadOnlyStringPool` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/typed.rs:33:26 [INFO] [stderr] | [INFO] [stderr] 33 | pub fn new(pool: &'a ReadOnlyStringPool) -> TypedNodeToStrVisitor<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReadOnlyStringPool` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.68s [INFO] running `"docker" "inspect" "ec00507ea3ffc601fb7b6f7de42c1c2e1c70d52f351175ad5ceccd2d9de1f2ca"` [INFO] running `"docker" "rm" "-f" "ec00507ea3ffc601fb7b6f7de42c1c2e1c70d52f351175ad5ceccd2d9de1f2ca"` [INFO] [stdout] ec00507ea3ffc601fb7b6f7de42c1c2e1c70d52f351175ad5ceccd2d9de1f2ca [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Michael0x2a/impo:/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] 50ac954e7e36ef9ba2a526f46d8d9927fac65b592148fd86a1c4b7915ed8c648 [INFO] running `"docker" "start" "-a" "50ac954e7e36ef9ba2a526f46d8d9927fac65b592148fd86a1c4b7915ed8c648"` [INFO] [stderr] Compiling impo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typecheck/infer.rs:131:45 [INFO] [stderr] | [INFO] [stderr] 131 | fn is_one_of(typ: ImpoType, matchers: &Vec<&Fn(ImpoType) -> bool>) -> bool [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(ImpoType) -> bool` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/interpreter/interpreter.rs:21:23 [INFO] [stderr] | [INFO] [stderr] 21 | int_op: &Fn(i64, i64) -> i64, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i64, i64) -> i64` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/interpreter/interpreter.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | float_op: &Fn(f64, f64) -> f64) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, f64) -> f64` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/typed.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | pool: &'a ReadOnlyStringPool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReadOnlyStringPool` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/typed.rs:33:26 [INFO] [stderr] | [INFO] [stderr] 33 | pub fn new(pool: &'a ReadOnlyStringPool) -> TypedNodeToStrVisitor<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReadOnlyStringPool` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.10s [INFO] running `"docker" "inspect" "50ac954e7e36ef9ba2a526f46d8d9927fac65b592148fd86a1c4b7915ed8c648"` [INFO] running `"docker" "rm" "-f" "50ac954e7e36ef9ba2a526f46d8d9927fac65b592148fd86a1c4b7915ed8c648"` [INFO] [stdout] 50ac954e7e36ef9ba2a526f46d8d9927fac65b592148fd86a1c4b7915ed8c648 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Michael0x2a/impo:/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] 302c4e3a811d5505f4d622e7c3d1a52cea681cd060f4c8e18103692e58e3bf80 [INFO] running `"docker" "start" "-a" "302c4e3a811d5505f4d622e7c3d1a52cea681cd060f4c8e18103692e58e3bf80"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/impo-9f6d0ef0937d7711 [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] [stderr] Running /opt/crater/target/debug/deps/impo-60c822acaa665f07 [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] [stderr] Doc-tests impo [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" "302c4e3a811d5505f4d622e7c3d1a52cea681cd060f4c8e18103692e58e3bf80"` [INFO] running `"docker" "rm" "-f" "302c4e3a811d5505f4d622e7c3d1a52cea681cd060f4c8e18103692e58e3bf80"` [INFO] [stdout] 302c4e3a811d5505f4d622e7c3d1a52cea681cd060f4c8e18103692e58e3bf80