Oct 14 11:18:29.302 INFO testing mgattozzi/schemers against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:18:29.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 11:18:29.751 INFO blam! fcff956a1705b4b1d8c6a82ba73f11589f6b7dc4f2001767fc618d0b0090425c Oct 14 11:18:29.752 INFO running `"docker" "start" "-a" "fcff956a1705b4b1d8c6a82ba73f11589f6b7dc4f2001767fc618d0b0090425c"` Oct 14 11:18:31.071 INFO kablam! usermod: no changes Oct 14 11:18:31.133 INFO kablam! Compiling bitflags v0.4.0 Oct 14 11:18:31.134 INFO kablam! Compiling libc v0.2.17 Oct 14 11:18:31.135 INFO kablam! Compiling encode_unicode v0.1.3 Oct 14 11:18:31.135 INFO kablam! Compiling unicode-width v0.1.3 Oct 14 11:18:31.135 INFO kablam! Compiling nom v2.0.1 Oct 14 11:18:33.711 INFO kablam! Compiling nix v0.5.1 Oct 14 11:18:39.622 INFO kablam! Compiling rustyline v1.0.0 Oct 14 11:18:42.031 INFO kablam! Compiling schemers v0.1.0 (/source) Oct 14 11:18:42.247 INFO kablam! warning: unused `#[macro_use]` import Oct 14 11:18:42.247 INFO kablam! --> src/main.rs:2:1 Oct 14 11:18:42.247 INFO kablam! | Oct 14 11:18:42.247 INFO kablam! 2 | #[macro_use] Oct 14 11:18:42.247 INFO kablam! | ^^^^^^^^^^^^ Oct 14 11:18:42.247 INFO kablam! | Oct 14 11:18:42.247 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:18:42.247 INFO kablam! Oct 14 11:18:42.247 INFO kablam! warning: unused import: `std::str` Oct 14 11:18:42.247 INFO kablam! --> src/parser.rs:2:5 Oct 14 11:18:42.247 INFO kablam! | Oct 14 11:18:42.247 INFO kablam! 2 | use std::str; Oct 14 11:18:42.247 INFO kablam! | ^^^^^^^^ Oct 14 11:18:42.247 INFO kablam! Oct 14 11:18:42.513 INFO kablam! warning: variant is never constructed: `Primitive` Oct 14 11:18:42.513 INFO kablam! --> src/parser.rs:58:5 Oct 14 11:18:42.514 INFO kablam! | Oct 14 11:18:42.514 INFO kablam! 58 | Primitive(Prim), Oct 14 11:18:42.515 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:18:42.515 INFO kablam! Oct 14 11:18:42.516 INFO kablam! warning: variant is never constructed: `SpecialForm` Oct 14 11:18:42.516 INFO kablam! --> src/parser.rs:59:5 Oct 14 11:18:42.517 INFO kablam! | Oct 14 11:18:42.517 INFO kablam! 59 | SpecialForm(SForm), Oct 14 11:18:42.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:18:42.518 INFO kablam! Oct 14 11:18:42.518 INFO kablam! warning: variant is never constructed: `User` Oct 14 11:18:42.519 INFO kablam! --> src/parser.rs:60:5 Oct 14 11:18:42.520 INFO kablam! | Oct 14 11:18:42.520 INFO kablam! 60 | User(String), Oct 14 11:18:42.520 INFO kablam! | ^^^^^^^^^^^^ Oct 14 11:18:42.520 INFO kablam! Oct 14 11:18:42.520 INFO kablam! warning: variant is never constructed: `Add` Oct 14 11:18:42.521 INFO kablam! --> src/parser.rs:71:5 Oct 14 11:18:42.521 INFO kablam! | Oct 14 11:18:42.521 INFO kablam! 71 | Add, Oct 14 11:18:42.521 INFO kablam! | ^^^ Oct 14 11:18:42.521 INFO kablam! Oct 14 11:18:42.521 INFO kablam! warning: variant is never constructed: `Sub` Oct 14 11:18:42.521 INFO kablam! --> src/parser.rs:72:5 Oct 14 11:18:42.521 INFO kablam! | Oct 14 11:18:42.523 INFO kablam! 72 | Sub, Oct 14 11:18:42.523 INFO kablam! | ^^^ Oct 14 11:18:42.523 INFO kablam! Oct 14 11:18:42.523 INFO kablam! warning: variant is never constructed: `Mul` Oct 14 11:18:42.523 INFO kablam! --> src/parser.rs:73:5 Oct 14 11:18:42.523 INFO kablam! | Oct 14 11:18:42.523 INFO kablam! 73 | Mul, Oct 14 11:18:42.523 INFO kablam! | ^^^ Oct 14 11:18:42.523 INFO kablam! Oct 14 11:18:42.523 INFO kablam! warning: variant is never constructed: `Div` Oct 14 11:18:42.523 INFO kablam! --> src/parser.rs:74:5 Oct 14 11:18:42.523 INFO kablam! | Oct 14 11:18:42.523 INFO kablam! 74 | Div, Oct 14 11:18:42.523 INFO kablam! | ^^^ Oct 14 11:18:42.523 INFO kablam! Oct 14 11:18:42.523 INFO kablam! warning: variant is never constructed: `If` Oct 14 11:18:42.525 INFO kablam! --> src/parser.rs:79:5 Oct 14 11:18:42.525 INFO kablam! | Oct 14 11:18:42.525 INFO kablam! 79 | If, Oct 14 11:18:42.526 INFO kablam! | ^^ Oct 14 11:18:42.526 INFO kablam! Oct 14 11:18:42.526 INFO kablam! warning: variant is never constructed: `Begin` Oct 14 11:18:42.526 INFO kablam! --> src/parser.rs:80:5 Oct 14 11:18:42.526 INFO kablam! | Oct 14 11:18:42.526 INFO kablam! 80 | Begin, Oct 14 11:18:42.526 INFO kablam! | ^^^^^ Oct 14 11:18:42.528 INFO kablam! Oct 14 11:18:42.531 INFO kablam! warning: variant is never constructed: `Define` Oct 14 11:18:42.531 INFO kablam! --> src/parser.rs:81:5 Oct 14 11:18:42.531 INFO kablam! | Oct 14 11:18:42.531 INFO kablam! 81 | Define, Oct 14 11:18:42.531 INFO kablam! | ^^^^^^ Oct 14 11:18:42.531 INFO kablam! Oct 14 11:18:42.531 INFO kablam! warning: variant is never constructed: `Lambda` Oct 14 11:18:42.531 INFO kablam! --> src/parser.rs:82:5 Oct 14 11:18:42.531 INFO kablam! | Oct 14 11:18:42.531 INFO kablam! 82 | Lambda, Oct 14 11:18:42.531 INFO kablam! | ^^^^^^ Oct 14 11:18:42.531 INFO kablam! Oct 14 11:18:42.531 INFO kablam! warning: variant is never constructed: `Let` Oct 14 11:18:42.531 INFO kablam! --> src/parser.rs:83:5 Oct 14 11:18:42.531 INFO kablam! | Oct 14 11:18:42.531 INFO kablam! 83 | Let, Oct 14 11:18:42.531 INFO kablam! | ^^^ Oct 14 11:18:42.531 INFO kablam! Oct 14 11:18:43.183 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.08s Oct 14 11:18:43.183 INFO kablam! su: No module specific data is present Oct 14 11:18:43.883 INFO running `"docker" "rm" "-f" "fcff956a1705b4b1d8c6a82ba73f11589f6b7dc4f2001767fc618d0b0090425c"` Oct 14 11:18:44.155 INFO blam! fcff956a1705b4b1d8c6a82ba73f11589f6b7dc4f2001767fc618d0b0090425c Oct 14 11:18:44.175 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 11:18:44.681 INFO blam! ef3ea9f2b21cebd3268ec3585762067fc6c585f0467e9fea31634b5e6d27e632 Oct 14 11:18:44.694 INFO running `"docker" "start" "-a" "ef3ea9f2b21cebd3268ec3585762067fc6c585f0467e9fea31634b5e6d27e632"` Oct 14 11:18:46.281 INFO kablam! usermod: no changes Oct 14 11:18:46.347 INFO kablam! Compiling schemers v0.1.0 (/source) Oct 14 11:18:46.607 INFO kablam! warning: unused `#[macro_use]` import Oct 14 11:18:46.607 INFO kablam! --> src/main.rs:2:1 Oct 14 11:18:46.607 INFO kablam! | Oct 14 11:18:46.607 INFO kablam! 2 | #[macro_use] Oct 14 11:18:46.607 INFO kablam! | ^^^^^^^^^^^^ Oct 14 11:18:46.607 INFO kablam! | Oct 14 11:18:46.607 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:18:46.607 INFO kablam! Oct 14 11:18:46.607 INFO kablam! warning: unused import: `std::str` Oct 14 11:18:46.607 INFO kablam! --> src/parser.rs:2:5 Oct 14 11:18:46.607 INFO kablam! | Oct 14 11:18:46.607 INFO kablam! 2 | use std::str; Oct 14 11:18:46.607 INFO kablam! | ^^^^^^^^ Oct 14 11:18:46.607 INFO kablam! Oct 14 11:18:48.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 14 11:18:48.027 INFO kablam! su: No module specific data is present Oct 14 11:18:48.659 INFO running `"docker" "rm" "-f" "ef3ea9f2b21cebd3268ec3585762067fc6c585f0467e9fea31634b5e6d27e632"` Oct 14 11:18:49.019 INFO blam! ef3ea9f2b21cebd3268ec3585762067fc6c585f0467e9fea31634b5e6d27e632 Oct 14 11:18:49.027 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 11:18:49.536 INFO blam! e15be559e8def9d5af151c58e6e7eca0db470fd09c0980cb62fb12ab26ee1508 Oct 14 11:18:49.541 INFO running `"docker" "start" "-a" "e15be559e8def9d5af151c58e6e7eca0db470fd09c0980cb62fb12ab26ee1508"` Oct 14 11:18:50.806 INFO kablam! usermod: no changes Oct 14 11:18:50.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 11:18:50.915 INFO kablam! Running /target/debug/deps/schemers-df1ddd1a52a67e2c Oct 14 11:18:50.925 INFO blam! Oct 14 11:18:50.925 INFO blam! running 6 tests Oct 14 11:18:50.951 INFO blam! test parser::primitive_op_parser ... ok Oct 14 11:18:50.972 INFO blam! test parser::specialform_op_parser ... ok Oct 14 11:18:50.972 INFO blam! test parser::procedure_test ... ok Oct 14 11:18:50.973 INFO blam! test parser::op_parser ... ok Oct 14 11:18:50.973 INFO blam! test parser::string_parser ... ok Oct 14 11:18:50.973 INFO blam! test parser::user_op_parser ... ok Oct 14 11:18:50.974 INFO blam! Oct 14 11:18:50.974 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:18:50.974 INFO blam! Oct 14 11:18:50.991 INFO kablam! su: No module specific data is present Oct 14 11:18:51.776 INFO running `"docker" "rm" "-f" "e15be559e8def9d5af151c58e6e7eca0db470fd09c0980cb62fb12ab26ee1508"` Oct 14 11:18:52.133 INFO blam! e15be559e8def9d5af151c58e6e7eca0db470fd09c0980cb62fb12ab26ee1508