Oct 13 02:42:33.286 INFO testing rickyhan/tensorscript against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 02:42:33.288 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 02:42:33.703 INFO blam! b8b4dd178b96cb41f4233ff02a00d3516c4cdec68ae2e7a0d470f450adaf5ee0 Oct 13 02:42:33.708 INFO running `"docker" "start" "-a" "b8b4dd178b96cb41f4233ff02a00d3516c4cdec68ae2e7a0d470f450adaf5ee0"` Oct 13 02:42:35.271 INFO kablam! usermod: no changes Oct 13 02:42:35.407 INFO kablam! Compiling maplit v1.0.1 Oct 13 02:42:35.415 INFO kablam! Compiling pest_derive v1.0.7 Oct 13 02:42:35.424 INFO kablam! Compiling trsc_core_derive v0.1.0 (/source/trsc_core_derive) Oct 13 02:42:35.443 INFO kablam! Compiling backtrace v0.3.7 Oct 13 02:42:37.043 INFO kablam! Compiling failure v0.1.1 Oct 13 02:42:38.344 INFO kablam! warning: function is never used: `get_op_name` Oct 13 02:42:38.344 INFO kablam! --> trsc_core_derive/src/attrs.rs:30:1 Oct 13 02:42:38.345 INFO kablam! | Oct 13 02:42:38.345 INFO kablam! 30 | pub fn get_op_name(attrs: &[syn::Attribute]) -> Option<&str> { Oct 13 02:42:38.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:42:38.345 INFO kablam! | Oct 13 02:42:38.345 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:42:38.345 INFO kablam! Oct 13 02:42:38.879 INFO kablam! Compiling codespan v0.1.2 Oct 13 02:42:42.695 INFO kablam! Compiling codespan-reporting v0.1.3 Oct 13 02:42:47.967 INFO kablam! Compiling trsc v0.1.0 (/source/trsc) Oct 13 02:42:48.851 INFO kablam! warning: unused macro definition Oct 13 02:42:48.851 INFO kablam! --> trsc/src/typing/types.rs:362:1 Oct 13 02:42:48.851 INFO kablam! | Oct 13 02:42:48.851 INFO kablam! 362 | / macro_rules! tuple { Oct 13 02:42:48.851 INFO kablam! 363 | | (int 2) => { Oct 13 02:42:48.851 INFO kablam! 364 | | Type::Tuple(vec![int!(), int!()], CSpan::fresh_span()) Oct 13 02:42:48.851 INFO kablam! 365 | | }; Oct 13 02:42:48.851 INFO kablam! 366 | | } Oct 13 02:42:48.851 INFO kablam! | |_^ Oct 13 02:42:48.851 INFO kablam! | Oct 13 02:42:48.851 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 02:42:48.851 INFO kablam! Oct 13 02:42:48.859 INFO kablam! warning: unused import: `self::Type::*` Oct 13 02:42:48.859 INFO kablam! --> trsc/src/core/nonlin.rs:1:5 Oct 13 02:42:48.859 INFO kablam! | Oct 13 02:42:48.859 INFO kablam! 1 | use self::Type::*; Oct 13 02:42:48.859 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:42:48.859 INFO kablam! | Oct 13 02:42:48.859 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:42:48.859 INFO kablam! Oct 13 02:42:48.867 INFO kablam! warning: unused import: `typing::Type` Oct 13 02:42:48.867 INFO kablam! --> trsc/src/main.rs:74:5 Oct 13 02:42:48.867 INFO kablam! | Oct 13 02:42:48.867 INFO kablam! 74 | use typing::Type; Oct 13 02:42:48.867 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:42:48.867 INFO kablam! Oct 13 02:42:50.959 INFO kablam! warning: unused variable: `u` Oct 13 02:42:50.959 INFO kablam! --> trsc/src/typing/unifier.rs:160:20 Oct 13 02:42:50.959 INFO kablam! | Oct 13 02:42:50.959 INFO kablam! 160 | Equals(u @ UnresolvedModuleFun(_, _, _, _), ty) => { Oct 13 02:42:50.959 INFO kablam! | ^ help: consider using `_u` instead Oct 13 02:42:50.959 INFO kablam! | Oct 13 02:42:50.959 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:42:50.959 INFO kablam! Oct 13 02:42:50.959 INFO kablam! warning: unused variable: `ty` Oct 13 02:42:50.959 INFO kablam! --> trsc/src/typing/unifier.rs:160:57 Oct 13 02:42:50.959 INFO kablam! | Oct 13 02:42:50.959 INFO kablam! 160 | Equals(u @ UnresolvedModuleFun(_, _, _, _), ty) => { Oct 13 02:42:50.959 INFO kablam! | ^^ help: consider using `_ty` instead Oct 13 02:42:50.959 INFO kablam! Oct 13 02:42:50.959 INFO kablam! warning: unused variable: `args` Oct 13 02:42:50.959 INFO kablam! --> trsc/src/core/nonlin.rs:39:38 Oct 13 02:42:50.959 INFO kablam! | Oct 13 02:42:50.959 INFO kablam! 39 | fn gen_fn_app(&self, name: &str, args: &[TyFnAppArg]) -> Result { Oct 13 02:42:50.959 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 13 02:42:50.959 INFO kablam! Oct 13 02:42:52.299 INFO kablam! warning: variant is never constructed: `BOOL` Oct 13 02:42:52.299 INFO kablam! --> trsc/src/typing/types.rs:15:5 Oct 13 02:42:52.299 INFO kablam! | Oct 13 02:42:52.299 INFO kablam! 15 | BOOL(ByteSpan), Oct 13 02:42:52.299 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 02:42:52.299 INFO kablam! | Oct 13 02:42:52.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:42:52.299 INFO kablam! Oct 13 02:42:52.300 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 02:42:52.300 INFO kablam! --> trsc/src/main.rs:6:12 Oct 13 02:42:52.300 INFO kablam! | Oct 13 02:42:52.300 INFO kablam! 6 | #![feature(attr_literals)] Oct 13 02:42:52.300 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:42:52.303 INFO kablam! | Oct 13 02:42:52.303 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 02:42:52.303 INFO kablam! Oct 13 02:42:52.311 INFO kablam! warning: the feature `iterator_flatten` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 02:42:52.311 INFO kablam! --> trsc/src/main.rs:1:12 Oct 13 02:42:52.311 INFO kablam! | Oct 13 02:42:52.311 INFO kablam! 1 | #![feature(iterator_flatten)] Oct 13 02:42:52.311 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 02:42:52.311 INFO kablam! Oct 13 02:43:03.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.75s Oct 13 02:43:03.059 INFO kablam! su: No module specific data is present Oct 13 02:43:03.831 INFO running `"docker" "rm" "-f" "b8b4dd178b96cb41f4233ff02a00d3516c4cdec68ae2e7a0d470f450adaf5ee0"` Oct 13 02:43:04.150 INFO blam! b8b4dd178b96cb41f4233ff02a00d3516c4cdec68ae2e7a0d470f450adaf5ee0 Oct 13 02:43:04.152 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 02:43:04.561 INFO blam! 32cc092a7c576008e875c85d8c28dc558c208528cc9b520ab840f4d3c2a11bdb Oct 13 02:43:04.565 INFO running `"docker" "start" "-a" "32cc092a7c576008e875c85d8c28dc558c208528cc9b520ab840f4d3c2a11bdb"` Oct 13 02:43:05.651 INFO kablam! usermod: no changes Oct 13 02:43:05.807 INFO kablam! Compiling colored v1.6.0 Oct 13 02:43:05.823 INFO kablam! Compiling trsc_core_derive v0.1.0 (/source/trsc_core_derive) Oct 13 02:43:05.831 INFO kablam! Compiling serde_json v1.0.17 Oct 13 02:43:07.827 INFO kablam! warning: function is never used: `get_op_name` Oct 13 02:43:07.828 INFO kablam! --> trsc_core_derive/src/attrs.rs:30:1 Oct 13 02:43:07.828 INFO kablam! | Oct 13 02:43:07.828 INFO kablam! 30 | pub fn get_op_name(attrs: &[syn::Attribute]) -> Option<&str> { Oct 13 02:43:07.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:43:07.829 INFO kablam! | Oct 13 02:43:07.829 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:43:07.829 INFO kablam! Oct 13 02:43:11.931 INFO kablam! Compiling assert_cli v0.6.0 Oct 13 02:43:14.615 INFO kablam! Compiling trsc v0.1.0 (/source/trsc) Oct 13 02:43:16.331 INFO kablam! warning: unused macro definition Oct 13 02:43:16.331 INFO kablam! --> trsc/src/typing/types.rs:362:1 Oct 13 02:43:16.331 INFO kablam! | Oct 13 02:43:16.331 INFO kablam! 362 | / macro_rules! tuple { Oct 13 02:43:16.331 INFO kablam! 363 | | (int 2) => { Oct 13 02:43:16.332 INFO kablam! 364 | | Type::Tuple(vec![int!(), int!()], CSpan::fresh_span()) Oct 13 02:43:16.332 INFO kablam! 365 | | }; Oct 13 02:43:16.332 INFO kablam! 366 | | } Oct 13 02:43:16.332 INFO kablam! | |_^ Oct 13 02:43:16.332 INFO kablam! | Oct 13 02:43:16.333 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 02:43:16.333 INFO kablam! Oct 13 02:43:16.340 INFO kablam! warning: unused import: `self::Type::*` Oct 13 02:43:16.340 INFO kablam! --> trsc/src/core/nonlin.rs:1:5 Oct 13 02:43:16.341 INFO kablam! | Oct 13 02:43:16.341 INFO kablam! 1 | use self::Type::*; Oct 13 02:43:16.341 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:43:16.341 INFO kablam! | Oct 13 02:43:16.342 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:43:16.342 INFO kablam! Oct 13 02:43:16.359 INFO kablam! warning: unused import: `typing::Type` Oct 13 02:43:16.359 INFO kablam! --> trsc/src/main.rs:74:5 Oct 13 02:43:16.359 INFO kablam! | Oct 13 02:43:16.359 INFO kablam! 74 | use typing::Type; Oct 13 02:43:16.360 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:43:16.360 INFO kablam! Oct 13 02:43:18.523 INFO kablam! warning: unused variable: `u` Oct 13 02:43:18.523 INFO kablam! --> trsc/src/typing/unifier.rs:160:20 Oct 13 02:43:18.523 INFO kablam! | Oct 13 02:43:18.523 INFO kablam! 160 | Equals(u @ UnresolvedModuleFun(_, _, _, _), ty) => { Oct 13 02:43:18.523 INFO kablam! | ^ help: consider using `_u` instead Oct 13 02:43:18.523 INFO kablam! | Oct 13 02:43:18.523 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:43:18.523 INFO kablam! Oct 13 02:43:18.524 INFO kablam! warning: unused variable: `ty` Oct 13 02:43:18.524 INFO kablam! --> trsc/src/typing/unifier.rs:160:57 Oct 13 02:43:18.524 INFO kablam! | Oct 13 02:43:18.524 INFO kablam! 160 | Equals(u @ UnresolvedModuleFun(_, _, _, _), ty) => { Oct 13 02:43:18.524 INFO kablam! | ^^ help: consider using `_ty` instead Oct 13 02:43:18.524 INFO kablam! Oct 13 02:43:18.525 INFO kablam! warning: unused variable: `args` Oct 13 02:43:18.525 INFO kablam! --> trsc/src/core/nonlin.rs:39:38 Oct 13 02:43:18.525 INFO kablam! | Oct 13 02:43:18.525 INFO kablam! 39 | fn gen_fn_app(&self, name: &str, args: &[TyFnAppArg]) -> Result { Oct 13 02:43:18.525 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 13 02:43:18.525 INFO kablam! Oct 13 02:43:19.691 INFO kablam! warning: variant is never constructed: `BOOL` Oct 13 02:43:19.691 INFO kablam! --> trsc/src/typing/types.rs:15:5 Oct 13 02:43:19.691 INFO kablam! | Oct 13 02:43:19.691 INFO kablam! 15 | BOOL(ByteSpan), Oct 13 02:43:19.691 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 02:43:19.691 INFO kablam! | Oct 13 02:43:19.691 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:43:19.691 INFO kablam! Oct 13 02:43:19.699 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 02:43:19.699 INFO kablam! --> trsc/src/main.rs:6:12 Oct 13 02:43:19.699 INFO kablam! | Oct 13 02:43:19.699 INFO kablam! 6 | #![feature(attr_literals)] Oct 13 02:43:19.699 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:43:19.699 INFO kablam! | Oct 13 02:43:19.699 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 02:43:19.699 INFO kablam! Oct 13 02:43:19.701 INFO kablam! warning: the feature `iterator_flatten` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 02:43:19.701 INFO kablam! --> trsc/src/main.rs:1:12 Oct 13 02:43:19.701 INFO kablam! | Oct 13 02:43:19.701 INFO kablam! 1 | #![feature(iterator_flatten)] Oct 13 02:43:19.701 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 02:43:19.701 INFO kablam! Oct 13 02:43:21.373 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.70s Oct 13 02:43:21.381 INFO kablam! su: No module specific data is present Oct 13 02:43:22.323 INFO running `"docker" "rm" "-f" "32cc092a7c576008e875c85d8c28dc558c208528cc9b520ab840f4d3c2a11bdb"` Oct 13 02:43:22.703 INFO blam! 32cc092a7c576008e875c85d8c28dc558c208528cc9b520ab840f4d3c2a11bdb Oct 13 02:43:22.716 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 02:43:23.220 INFO blam! 18e75a9d367bac01470e923dee1b979a1125eafb188e65ebc14f78da2f0501ce Oct 13 02:43:23.222 INFO running `"docker" "start" "-a" "18e75a9d367bac01470e923dee1b979a1125eafb188e65ebc14f78da2f0501ce"` Oct 13 02:43:25.083 INFO kablam! usermod: no changes Oct 13 02:43:25.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 13 02:43:25.239 INFO kablam! Running /target/debug/deps/trsc-2850bf8e06f383ef Oct 13 02:43:25.239 INFO blam! Oct 13 02:43:25.239 INFO kablam! Running /target/debug/deps/integration_test-4da82c91dec2bd55 Oct 13 02:43:25.239 INFO blam! running 1 test Oct 13 02:43:25.239 INFO blam! test typing::types::tests::should_not_take_span_into_hash ... ok Oct 13 02:43:25.239 INFO blam! Oct 13 02:43:25.239 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:43:25.239 INFO blam! Oct 13 02:43:25.239 INFO blam! Oct 13 02:43:25.239 INFO blam! running 4 tests Oct 13 02:43:25.575 INFO blam! test test_xor ... ok Oct 13 02:43:25.607 INFO blam! test test_no_input ... ok Oct 13 02:43:26.382 INFO blam! test test_mnist ... ok Oct 13 02:43:27.211 INFO blam! test test_gan ... ok Oct 13 02:43:27.211 INFO blam! Oct 13 02:43:27.212 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:43:27.212 INFO blam! Oct 13 02:43:27.214 INFO kablam! Running /target/debug/deps/trsc_core_derive-ba3b0233bb0cf13e Oct 13 02:43:27.229 INFO blam! Oct 13 02:43:27.229 INFO blam! running 0 tests Oct 13 02:43:27.230 INFO blam! Oct 13 02:43:27.230 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:43:27.230 INFO blam! Oct 13 02:43:27.232 INFO kablam! Doc-tests trsc_core_derive Oct 13 02:43:28.775 INFO blam! Oct 13 02:43:28.775 INFO blam! running 0 tests Oct 13 02:43:28.776 INFO blam! Oct 13 02:43:28.776 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:43:28.776 INFO blam! Oct 13 02:43:28.781 INFO kablam! su: No module specific data is present Oct 13 02:43:29.705 INFO running `"docker" "rm" "-f" "18e75a9d367bac01470e923dee1b979a1125eafb188e65ebc14f78da2f0501ce"` Oct 13 02:43:30.106 INFO blam! 18e75a9d367bac01470e923dee1b979a1125eafb188e65ebc14f78da2f0501ce