Oct 12 17:50:31.075 INFO testing yu-i9/mini_python against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 17:50:31.075 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 17:50:31.572 INFO blam! 0ded57cc1408b390baee6980f8fbcb35f0a8bb3165383bb4e528bd0aad0a9989 Oct 12 17:50:31.574 INFO running `"docker" "start" "-a" "0ded57cc1408b390baee6980f8fbcb35f0a8bb3165383bb4e528bd0aad0a9989"` Oct 12 17:50:33.463 INFO kablam! usermod: no changes Oct 12 17:50:33.539 INFO kablam! Compiling mini_python v0.1.0 (/source) Oct 12 17:50:33.879 INFO kablam! warning: unused import: `opcode::*` Oct 12 17:50:33.879 INFO kablam! --> src/core/util.rs:6:5 Oct 12 17:50:33.879 INFO kablam! | Oct 12 17:50:33.879 INFO kablam! 6 | use opcode::*; Oct 12 17:50:33.879 INFO kablam! | ^^^^^^^^^ Oct 12 17:50:33.879 INFO kablam! | Oct 12 17:50:33.879 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:50:33.879 INFO kablam! Oct 12 17:50:34.567 INFO kablam! warning: value assigned to `ch` is never read Oct 12 17:50:34.567 INFO kablam! --> src/core/lexer.rs:183:17 Oct 12 17:50:34.567 INFO kablam! | Oct 12 17:50:34.567 INFO kablam! 183 | let mut ch = '0'; Oct 12 17:50:34.567 INFO kablam! | ^^ Oct 12 17:50:34.567 INFO kablam! | Oct 12 17:50:34.580 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 17:50:34.580 INFO kablam! Oct 12 17:50:34.779 INFO kablam! warning: the feature `iterator_find_map` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 12 17:50:34.779 INFO kablam! --> src/core/mod.rs:2:12 Oct 12 17:50:34.779 INFO kablam! | Oct 12 17:50:34.779 INFO kablam! 2 | #![feature(iterator_find_map)] Oct 12 17:50:34.779 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:50:34.779 INFO kablam! | Oct 12 17:50:34.779 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 17:50:34.779 INFO kablam! Oct 12 17:50:39.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.95s Oct 12 17:50:39.442 INFO kablam! su: No module specific data is present Oct 12 17:50:40.716 INFO running `"docker" "rm" "-f" "0ded57cc1408b390baee6980f8fbcb35f0a8bb3165383bb4e528bd0aad0a9989"` Oct 12 17:50:41.060 INFO blam! 0ded57cc1408b390baee6980f8fbcb35f0a8bb3165383bb4e528bd0aad0a9989 Oct 12 17:50:41.079 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 17:50:41.575 INFO blam! a6860afb61f6e61492bd0bb0298b6d2e5e40b44f9a23cc81c2ef364cf6614fcb Oct 12 17:50:41.583 INFO running `"docker" "start" "-a" "a6860afb61f6e61492bd0bb0298b6d2e5e40b44f9a23cc81c2ef364cf6614fcb"` Oct 12 17:50:42.919 INFO kablam! usermod: no changes Oct 12 17:50:42.987 INFO kablam! Compiling mini_python v0.1.0 (/source) Oct 12 17:50:43.591 INFO kablam! warning: unused import: `opcode::*` Oct 12 17:50:43.591 INFO kablam! --> src/core/util.rs:6:5 Oct 12 17:50:43.591 INFO kablam! | Oct 12 17:50:43.591 INFO kablam! 6 | use opcode::*; Oct 12 17:50:43.591 INFO kablam! | ^^^^^^^^^ Oct 12 17:50:43.591 INFO kablam! | Oct 12 17:50:43.591 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:50:43.591 INFO kablam! Oct 12 17:50:45.044 INFO kablam! warning: value assigned to `ch` is never read Oct 12 17:50:45.044 INFO kablam! --> src/core/lexer.rs:183:17 Oct 12 17:50:45.045 INFO kablam! | Oct 12 17:50:45.045 INFO kablam! 183 | let mut ch = '0'; Oct 12 17:50:45.045 INFO kablam! | ^^ Oct 12 17:50:45.045 INFO kablam! | Oct 12 17:50:45.045 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 17:50:45.045 INFO kablam! Oct 12 17:50:45.248 INFO kablam! warning: the feature `iterator_find_map` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 12 17:50:45.248 INFO kablam! --> src/core/mod.rs:2:12 Oct 12 17:50:45.249 INFO kablam! | Oct 12 17:50:45.249 INFO kablam! 2 | #![feature(iterator_find_map)] Oct 12 17:50:45.250 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:50:45.250 INFO kablam! | Oct 12 17:50:45.251 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 17:50:45.251 INFO kablam! Oct 12 17:50:46.146 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.19s Oct 12 17:50:46.149 INFO kablam! su: No module specific data is present Oct 12 17:50:47.579 INFO running `"docker" "rm" "-f" "a6860afb61f6e61492bd0bb0298b6d2e5e40b44f9a23cc81c2ef364cf6614fcb"` Oct 12 17:50:47.823 INFO blam! a6860afb61f6e61492bd0bb0298b6d2e5e40b44f9a23cc81c2ef364cf6614fcb Oct 12 17:50:47.837 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 17:50:48.195 INFO blam! 8b17335f0afb7134709620b4871da0961872885927a0b04a61a3519bfff5a76b Oct 12 17:50:48.195 INFO running `"docker" "start" "-a" "8b17335f0afb7134709620b4871da0961872885927a0b04a61a3519bfff5a76b"` Oct 12 17:50:49.255 INFO kablam! usermod: no changes Oct 12 17:50:49.283 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 17:50:49.295 INFO kablam! Running /target/debug/deps/core-4210e609637382eb Oct 12 17:50:49.295 INFO blam! Oct 12 17:50:49.295 INFO kablam! Running /target/debug/deps/minpy-a5b9d9f56fd93984 Oct 12 17:50:49.295 INFO blam! running 0 tests Oct 12 17:50:49.295 INFO blam! Oct 12 17:50:49.295 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:50:49.295 INFO blam! Oct 12 17:50:49.299 INFO blam! Oct 12 17:50:49.299 INFO kablam! Running /target/debug/deps/integration_test-bace521959563975 Oct 12 17:50:49.299 INFO blam! running 0 tests Oct 12 17:50:49.299 INFO blam! Oct 12 17:50:49.299 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:50:49.299 INFO blam! Oct 12 17:50:49.299 INFO blam! Oct 12 17:50:49.299 INFO blam! running 35 tests Oct 12 17:50:49.300 INFO blam! test class_instance_var ... ok Oct 12 17:50:49.301 INFO blam! test blank_lines ... ok Oct 12 17:50:49.307 INFO blam! test assign_attr ... ok Oct 12 17:50:49.307 INFO blam! test assert_true ... ok Oct 12 17:50:49.314 INFO blam! test class_var ... ok Oct 12 17:50:49.314 INFO blam! test bool_arith ... ok Oct 12 17:50:49.314 INFO blam! test builtin_len ... ok Oct 12 17:50:49.319 INFO blam! test def_argument ... ok Oct 12 17:50:49.319 INFO blam! test class_update ... ok Oct 12 17:50:49.319 INFO blam! test class_init ... ok Oct 12 17:50:49.327 INFO blam! test class_method ... ok Oct 12 17:50:49.327 INFO blam! test def ... ok Oct 12 17:50:49.327 INFO blam! test def_ho ... ok Oct 12 17:50:49.327 INFO blam! test consecutive_call ... ok Oct 12 17:50:49.327 INFO blam! test def_lexical_scope ... ok Oct 12 17:50:49.327 INFO blam! test def_recursive ... ok Oct 12 17:50:49.327 INFO blam! test dict_basic ... ok Oct 12 17:50:49.335 INFO blam! test inheritance_complex ... ok Oct 12 17:50:49.335 INFO blam! test for_stmt ... ok Oct 12 17:50:49.335 INFO blam! test inherit_meta_add ... ok Oct 12 17:50:49.335 INFO blam! test def_internal ... ok Oct 12 17:50:49.335 INFO blam! test if_true ... ok Oct 12 17:50:49.335 INFO blam! test inheritance_simple ... ok Oct 12 17:50:49.335 INFO blam! test if_false ... ok Oct 12 17:50:49.337 INFO blam! test string_add ... ok Oct 12 17:50:49.337 INFO blam! test type_call ... ok Oct 12 17:50:49.337 INFO blam! test parse_string ... ok Oct 12 17:50:49.337 INFO blam! test while_continue ... ok Oct 12 17:50:49.343 INFO blam! test meta_add_lazy ... ok Oct 12 17:50:49.343 INFO blam! test meta_add ... ok Oct 12 17:50:49.343 INFO blam! test while_normal ... ok Oct 12 17:50:49.343 INFO blam! test while_break ... ok Oct 12 17:50:49.343 INFO blam! test list_basic ... ok Oct 12 17:50:49.344 INFO blam! test list_append ... ok Oct 12 17:50:49.360 INFO blam! test assert_false ... ok Oct 12 17:50:49.360 INFO blam! Oct 12 17:50:49.360 INFO blam! test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:50:49.360 INFO blam! Oct 12 17:50:49.367 INFO kablam! Doc-tests core Oct 12 17:50:49.677 INFO blam! Oct 12 17:50:49.677 INFO blam! running 0 tests Oct 12 17:50:49.677 INFO blam! Oct 12 17:50:49.677 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:50:49.677 INFO blam! Oct 12 17:50:49.684 INFO kablam! su: No module specific data is present Oct 12 17:50:50.512 INFO running `"docker" "rm" "-f" "8b17335f0afb7134709620b4871da0961872885927a0b04a61a3519bfff5a76b"` Oct 12 17:50:50.772 INFO blam! 8b17335f0afb7134709620b4871da0961872885927a0b04a61a3519bfff5a76b