[INFO] fetching crate lark-type-check 0.1.0... [INFO] extracting crate lark-type-check 0.1.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/lark-type-check/0.1.0 [INFO] extracting crate lark-type-check 0.1.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/lark-type-check/0.1.0 [INFO] validating manifest of lark-type-check-0.1.0 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 lark-type-check-0.1.0 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 lark-type-check-0.1.0 [INFO] finished frobbing lark-type-check-0.1.0 [INFO] frobbed toml for lark-type-check-0.1.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/lark-type-check/0.1.0/Cargo.toml [INFO] started frobbing lark-type-check-0.1.0 [INFO] finished frobbing lark-type-check-0.1.0 [INFO] frobbed toml for lark-type-check-0.1.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/lark-type-check/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 lark-type-check-0.1.0 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/lark-type-check/0.1.0:/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] b23be51475435c1f3a281cce40e706c5e6c890ee15e0fa1cc1c8ada3a7bd8d28 [INFO] running `"docker" "start" "-a" "b23be51475435c1f3a281cce40e706c5e6c890ee15e0fa1cc1c8ada3a7bd8d28"` [INFO] [stderr] Compiling render-tree v0.1.1 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling derive-new v0.5.6 [INFO] [stderr] Compiling lark-debug-derive v0.1.0 [INFO] [stderr] Compiling lark-unify v0.1.0 [INFO] [stderr] Compiling lark-intern v0.1.0 [INFO] [stderr] Compiling lark-string v0.1.0 [INFO] [stderr] Compiling languageserver-types v0.53.1 [INFO] [stderr] Compiling language-reporting v0.3.0 [INFO] [stderr] Compiling salsa v0.9.2 [INFO] [stderr] Compiling lark-span v0.1.0 [INFO] [stderr] Compiling lark-error v0.1.0 [INFO] [stderr] Compiling lark-entity v0.1.0 [INFO] [stderr] Compiling lark-ty v0.1.0 [INFO] [stderr] Compiling lark-hir v0.1.0 [INFO] [stderr] Compiling lark-parser v0.1.0 [INFO] [stderr] Compiling lark-pretty-print v0.1.0 [INFO] [stderr] Compiling lark-type-check v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/full_inference/perm.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | /// An intern'd permission. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 10 | / lark_collections::index_type! { [INFO] [stderr] 11 | | crate struct Perm { .. } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.41s [INFO] running `"docker" "inspect" "b23be51475435c1f3a281cce40e706c5e6c890ee15e0fa1cc1c8ada3a7bd8d28"` [INFO] running `"docker" "rm" "-f" "b23be51475435c1f3a281cce40e706c5e6c890ee15e0fa1cc1c8ada3a7bd8d28"` [INFO] [stdout] b23be51475435c1f3a281cce40e706c5e6c890ee15e0fa1cc1c8ada3a7bd8d28 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/lark-type-check/0.1.0:/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] 1bf5b45b2783fc1fab4a39f5ef75d5b9d6f721fb0310e482abed35bce2af47e3 [INFO] running `"docker" "start" "-a" "1bf5b45b2783fc1fab4a39f5ef75d5b9d6f721fb0310e482abed35bce2af47e3"` [INFO] [stderr] Compiling lark-type-check v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/full_inference/perm.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | /// An intern'd permission. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 10 | / lark_collections::index_type! { [INFO] [stderr] 11 | | crate struct Perm { .. } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.41s [INFO] running `"docker" "inspect" "1bf5b45b2783fc1fab4a39f5ef75d5b9d6f721fb0310e482abed35bce2af47e3"` [INFO] running `"docker" "rm" "-f" "1bf5b45b2783fc1fab4a39f5ef75d5b9d6f721fb0310e482abed35bce2af47e3"` [INFO] [stdout] 1bf5b45b2783fc1fab4a39f5ef75d5b9d6f721fb0310e482abed35bce2af47e3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/lark-type-check/0.1.0:/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] 30c3100281410d3f04a07a01991b3d7957697bb7d37d309b4182c2c45789791d [INFO] running `"docker" "start" "-a" "30c3100281410d3f04a07a01991b3d7957697bb7d37d309b4182c2c45789791d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/lark_type_check-852c6460e5fbf61f [INFO] [stderr] Doc-tests lark-type-check [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 2 tests [INFO] [stdout] test src/full_inference/analysis.rs - full_inference::analysis::PathData::Temporary (line 219) ... ignored [INFO] [stdout] test src/lib.rs - TypeCheckerFamilyDependentExt::record_max_expression_ty (line 162) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "30c3100281410d3f04a07a01991b3d7957697bb7d37d309b4182c2c45789791d"` [INFO] running `"docker" "rm" "-f" "30c3100281410d3f04a07a01991b3d7957697bb7d37d309b4182c2c45789791d"` [INFO] [stdout] 30c3100281410d3f04a07a01991b3d7957697bb7d37d309b4182c2c45789791d