[INFO] updating cached repository casey/odin [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/casey/odin [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/casey/odin" "work/ex/beta-1.38-1/sources/1.37.0/gh/casey/odin"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/casey/odin'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/casey/odin" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/casey/odin"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/casey/odin'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 40ec963902f3685de15308595c18824895e8ab4d [INFO] sha for GitHub repo casey/odin: 40ec963902f3685de15308595c18824895e8ab4d [INFO] validating manifest of casey/odin on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of casey/odin on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing casey/odin [INFO] finished frobbing casey/odin [INFO] frobbed toml for casey/odin written to work/ex/beta-1.38-1/sources/1.37.0/gh/casey/odin/Cargo.toml [INFO] started frobbing casey/odin [INFO] finished frobbing casey/odin [INFO] frobbed toml for casey/odin written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/casey/odin/Cargo.toml [INFO] crate casey/odin already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing casey/odin against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/casey/odin:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 73b2fcace9a81e3a7172fca44820424ff1b1da6b2cc4b7f6b61cfcb715931601 [INFO] running `"docker" "start" "-a" "73b2fcace9a81e3a7172fca44820424ff1b1da6b2cc4b7f6b61cfcb715931601"` [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling unindent v0.1.3 [INFO] [stderr] Compiling webbrowser v0.5.1 [INFO] [stderr] Compiling pest v2.1.1 [INFO] [stderr] Compiling walkdir v2.2.8 [INFO] [stderr] Compiling bstr v0.2.2 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling globset v0.4.4 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling ignore v0.4.7 [INFO] [stderr] Compiling globwalk v0.7.1 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.8 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling serde_derive v1.0.97 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling tera v1.0.0-beta.13 [INFO] [stderr] Compiling indoc-impl v0.3.3 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling indoc v0.3.3 [INFO] [stderr] Compiling odin v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/function.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | fn boxed(self) -> Box) -> Result + Send + Sync> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&HashMap) -> Result + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `"docker" "inspect" "73b2fcace9a81e3a7172fca44820424ff1b1da6b2cc4b7f6b61cfcb715931601"` [INFO] running `"docker" "rm" "-f" "73b2fcace9a81e3a7172fca44820424ff1b1da6b2cc4b7f6b61cfcb715931601"` [INFO] [stdout] 73b2fcace9a81e3a7172fca44820424ff1b1da6b2cc4b7f6b61cfcb715931601 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/casey/odin:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] a28b596419ceeacc67a94a5a555c91f0964f966798e6e66f0ac4a5db62da0301 [INFO] running `"docker" "start" "-a" "a28b596419ceeacc67a94a5a555c91f0964f966798e6e66f0ac4a5db62da0301"` [INFO] [stderr] Compiling executable-path v1.0.0 [INFO] [stderr] Compiling odin v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/function.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | fn boxed(self) -> Box) -> Result + Send + Sync> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&HashMap) -> Result + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.51s [INFO] running `"docker" "inspect" "a28b596419ceeacc67a94a5a555c91f0964f966798e6e66f0ac4a5db62da0301"` [INFO] running `"docker" "rm" "-f" "a28b596419ceeacc67a94a5a555c91f0964f966798e6e66f0ac4a5db62da0301"` [INFO] [stdout] a28b596419ceeacc67a94a5a555c91f0964f966798e6e66f0ac4a5db62da0301 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/casey/odin:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 42aa5dbc386682a5f28b4a96806a44fdae9874523a2be18e6ef69a55c3730eb1 [INFO] running `"docker" "start" "-a" "42aa5dbc386682a5f28b4a96806a44fdae9874523a2be18e6ef69a55c3730eb1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/odin-15b47b333f2baf58 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test context::tests::simple ... ok [INFO] [stdout] test fn_env::tests::missing ... ok [INFO] [stdout] test fn_env::tests::not_unicode ... ok [INFO] [stdout] test fn_env::tests::simple ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/cmd_function-54dcca3304eb5ca9 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test echo ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/default_templates-5ddc00d227eb7eb4 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test stack_overflow ... ok [INFO] [stdout] test google ... ok [INFO] [stdout] test github ... ok [INFO] [stdout] test rustup_stdlib ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "42aa5dbc386682a5f28b4a96806a44fdae9874523a2be18e6ef69a55c3730eb1"` [INFO] running `"docker" "rm" "-f" "42aa5dbc386682a5f28b4a96806a44fdae9874523a2be18e6ef69a55c3730eb1"` [INFO] [stdout] 42aa5dbc386682a5f28b4a96806a44fdae9874523a2be18e6ef69a55c3730eb1