Oct 12 20:03:51.266 INFO testing vadixidav/typeflow against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 20:03:51.267 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 20:03:51.724 INFO blam! d531d594197ba02fdb1408bafe28e1a793692310f0ebe4a42f9925646e00b68b Oct 12 20:03:51.739 INFO running `"docker" "start" "-a" "d531d594197ba02fdb1408bafe28e1a793692310f0ebe4a42f9925646e00b68b"` Oct 12 20:03:52.316 INFO kablam! usermod: no changes Oct 12 20:03:52.451 INFO kablam! Compiling slog v2.3.2 Oct 12 20:03:52.464 INFO kablam! Compiling crossbeam v0.2.12 Oct 12 20:03:52.467 INFO kablam! Compiling either v1.5.0 Oct 12 20:03:52.467 INFO kablam! Compiling ascii v0.7.1 Oct 12 20:03:52.475 INFO kablam! Compiling boolinator v2.4.0 Oct 12 20:03:52.475 INFO kablam! Compiling memchr v2.0.1 Oct 12 20:03:53.375 INFO kablam! Compiling itertools v0.7.8 Oct 12 20:03:55.212 INFO kablam! Compiling slog-scope v4.0.1 Oct 12 20:03:55.867 INFO kablam! Compiling combine v3.3.6 Oct 12 20:03:56.327 INFO kablam! Compiling slog-stdlog v3.0.2 Oct 12 20:03:57.891 INFO kablam! Compiling typeflow-engine v0.1.0 (/source/engine) Oct 12 20:04:17.038 INFO kablam! Compiling typeflow-lang v0.1.0 (/source/lang) Oct 12 20:04:17.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.54s Oct 12 20:04:17.897 INFO kablam! su: No module specific data is present Oct 12 20:04:18.711 INFO running `"docker" "rm" "-f" "d531d594197ba02fdb1408bafe28e1a793692310f0ebe4a42f9925646e00b68b"` Oct 12 20:04:19.087 INFO blam! d531d594197ba02fdb1408bafe28e1a793692310f0ebe4a42f9925646e00b68b Oct 12 20:04:19.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 20:04:19.519 INFO blam! 4d8766ca250dfc5a49901592057337a9c2b3b232e8e65047167644e9262f1970 Oct 12 20:04:19.526 INFO running `"docker" "start" "-a" "4d8766ca250dfc5a49901592057337a9c2b3b232e8e65047167644e9262f1970"` Oct 12 20:04:20.773 INFO kablam! usermod: no changes Oct 12 20:04:20.883 INFO kablam! Compiling isatty v0.1.8 Oct 12 20:04:20.883 INFO kablam! Compiling term v0.5.1 Oct 12 20:04:20.884 INFO kablam! Compiling thread_local v0.3.5 Oct 12 20:04:20.891 INFO kablam! Compiling chrono v0.4.5 Oct 12 20:04:20.891 INFO kablam! Compiling typeflow-lang v0.1.0 (/source/lang) Oct 12 20:04:24.244 INFO kablam! warning: function is never used: `parse` Oct 12 20:04:24.244 INFO kablam! --> lang/src/lib.rs:145:1 Oct 12 20:04:24.245 INFO kablam! | Oct 12 20:04:24.245 INFO kablam! 145 | fn parse(s: &str) -> tf::Environment { Oct 12 20:04:24.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:04:24.287 INFO kablam! | Oct 12 20:04:24.288 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:04:24.288 INFO kablam! Oct 12 20:04:28.116 INFO kablam! Compiling slog-term v2.4.0 Oct 12 20:04:36.259 INFO kablam! Compiling typeflow-engine v0.1.0 (/source/engine) Oct 12 20:04:41.376 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.57s Oct 12 20:04:41.388 INFO kablam! su: No module specific data is present Oct 12 20:04:42.161 INFO running `"docker" "rm" "-f" "4d8766ca250dfc5a49901592057337a9c2b3b232e8e65047167644e9262f1970"` Oct 12 20:04:42.462 INFO blam! 4d8766ca250dfc5a49901592057337a9c2b3b232e8e65047167644e9262f1970 Oct 12 20:04:42.476 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 20:04:43.123 INFO blam! f610f88d0d69987d12349020b8836e891fc5e049ff4e62c3b75eac94b87907c6 Oct 12 20:04:43.132 INFO running `"docker" "start" "-a" "f610f88d0d69987d12349020b8836e891fc5e049ff4e62c3b75eac94b87907c6"` Oct 12 20:04:44.260 INFO kablam! usermod: no changes Oct 12 20:04:44.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 12 20:04:44.367 INFO kablam! Running /target/debug/deps/typeflow_engine-e43bfd17a6e042b1 Oct 12 20:04:44.367 INFO blam! Oct 12 20:04:44.367 INFO blam! running 0 tests Oct 12 20:04:44.367 INFO blam! Oct 12 20:04:44.367 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:04:44.367 INFO blam! Oct 12 20:04:44.375 INFO kablam! Running /target/debug/deps/add-b6d39989f758c808 Oct 12 20:04:44.383 INFO blam! Oct 12 20:04:44.383 INFO blam! running 3 tests Oct 12 20:04:44.391 INFO blam! test add_newtype ... ok Oct 12 20:04:44.391 INFO kablam! Running /target/debug/deps/bank-c92f39f5b348be82 Oct 12 20:04:44.391 INFO blam! test add_newtype_nodef ... ok Oct 12 20:04:44.391 INFO blam! test add_upcasting ... ok Oct 12 20:04:44.391 INFO blam! Oct 12 20:04:44.391 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:04:44.391 INFO blam! Oct 12 20:04:44.398 INFO blam! Oct 12 20:04:44.399 INFO kablam! Running /target/debug/deps/typeflow_lang-6656daf248f165e7 Oct 12 20:04:44.399 INFO blam! running 1 test Oct 12 20:04:44.399 INFO blam! test deposit ... ok Oct 12 20:04:44.399 INFO blam! Oct 12 20:04:44.399 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:04:44.399 INFO blam! Oct 12 20:04:44.401 INFO blam! Oct 12 20:04:44.401 INFO blam! running 1 test Oct 12 20:04:44.401 INFO blam! test add_infix ... ok Oct 12 20:04:44.401 INFO blam! Oct 12 20:04:44.401 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:04:44.401 INFO blam! Oct 12 20:04:44.407 INFO kablam! Running /target/debug/deps/add-072792094b6d7cee Oct 12 20:04:44.411 INFO blam! Oct 12 20:04:44.411 INFO blam! running 5 tests Oct 12 20:04:44.423 INFO blam! test add ... ok Oct 12 20:04:44.431 INFO blam! test add_newtype_prim_upcast ... ok Oct 12 20:04:44.431 INFO kablam! Doc-tests typeflow-lang Oct 12 20:04:44.431 INFO blam! test add_infix ... ok Oct 12 20:04:44.431 INFO blam! test add_strings ... ok Oct 12 20:04:44.431 INFO blam! test add_newtype ... ok Oct 12 20:04:44.431 INFO blam! Oct 12 20:04:44.431 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:04:44.431 INFO blam! Oct 12 20:04:44.895 INFO blam! Oct 12 20:04:44.895 INFO blam! running 0 tests Oct 12 20:04:44.895 INFO blam! Oct 12 20:04:44.895 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:04:44.895 INFO blam! Oct 12 20:04:44.900 INFO kablam! Doc-tests typeflow-engine Oct 12 20:04:45.214 INFO blam! Oct 12 20:04:45.214 INFO blam! running 0 tests Oct 12 20:04:45.214 INFO blam! Oct 12 20:04:45.214 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:04:45.214 INFO blam! Oct 12 20:04:45.223 INFO kablam! su: No module specific data is present Oct 12 20:04:46.253 INFO running `"docker" "rm" "-f" "f610f88d0d69987d12349020b8836e891fc5e049ff4e62c3b75eac94b87907c6"` Oct 12 20:04:46.547 INFO blam! f610f88d0d69987d12349020b8836e891fc5e049ff4e62c3b75eac94b87907c6