Oct 11 05:02:57.005 INFO testing PhilipDaniels/sassafras against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:02:57.005 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:02:57.005 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:02:57.445 INFO blam! 956ae57e21371062560559bb7f9dee59bc183922460e01479cec2e4993459a85 Oct 11 05:02:57.447 INFO running `"docker" "start" "-a" "956ae57e21371062560559bb7f9dee59bc183922460e01479cec2e4993459a85"` Oct 11 05:02:59.276 INFO kablam! usermod: no changes Oct 11 05:02:59.428 INFO kablam! Compiling sassafras v0.1.0 (/source/sassafras) Oct 11 05:02:59.444 INFO kablam! Compiling toml v0.4.6 Oct 11 05:02:59.445 INFO kablam! Compiling libgit2-sys v0.7.1 Oct 11 05:02:59.449 INFO kablam! Compiling libz-sys v1.0.18 Oct 11 05:02:59.449 INFO kablam! Compiling structopt v0.2.8 Oct 11 05:03:01.960 INFO kablam! warning: unused import: `c_api_helpers::ptr_to_ref` Oct 11 05:03:01.960 INFO kablam! --> sassafras/src/sass_inspect_options.rs:2:5 Oct 11 05:03:01.961 INFO kablam! | Oct 11 05:03:01.961 INFO kablam! 2 | use c_api_helpers::ptr_to_ref; Oct 11 05:03:01.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:03:01.962 INFO kablam! | Oct 11 05:03:01.963 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:03:01.963 INFO kablam! Oct 11 05:03:01.964 INFO kablam! warning: unused import: `c_api_helpers::ptr_to_ref` Oct 11 05:03:01.964 INFO kablam! --> sassafras/src/sass_output_options.rs:2:5 Oct 11 05:03:01.965 INFO kablam! | Oct 11 05:03:01.965 INFO kablam! 2 | use c_api_helpers::ptr_to_ref; Oct 11 05:03:01.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:03:01.966 INFO kablam! Oct 11 05:03:02.414 INFO kablam! warning: unused variable: `compiler` Oct 11 05:03:02.414 INFO kablam! --> sassafras/src/sass_compiler.rs:54:9 Oct 11 05:03:02.414 INFO kablam! | Oct 11 05:03:02.414 INFO kablam! 54 | let compiler = ptr_to_ref(compiler); Oct 11 05:03:02.414 INFO kablam! | ^^^^^^^^ help: consider using `_compiler` instead Oct 11 05:03:02.418 INFO kablam! | Oct 11 05:03:02.419 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:03:02.419 INFO kablam! Oct 11 05:03:02.419 INFO kablam! warning: unused variable: `compiler` Oct 11 05:03:02.420 INFO kablam! --> sassafras/src/sass_compiler.rs:61:9 Oct 11 05:03:02.420 INFO kablam! | Oct 11 05:03:02.420 INFO kablam! 61 | let compiler = ptr_to_ref(compiler); Oct 11 05:03:02.421 INFO kablam! | ^^^^^^^^ help: consider using `_compiler` instead Oct 11 05:03:02.421 INFO kablam! Oct 11 05:03:02.421 INFO kablam! warning: unused variable: `compiler` Oct 11 05:03:02.422 INFO kablam! --> sassafras/src/sass_compiler.rs:70:9 Oct 11 05:03:02.422 INFO kablam! | Oct 11 05:03:02.422 INFO kablam! 70 | let compiler = ptr_to_ref(compiler); Oct 11 05:03:02.423 INFO kablam! | ^^^^^^^^ help: consider using `_compiler` instead Oct 11 05:03:02.423 INFO kablam! Oct 11 05:03:02.423 INFO kablam! warning: unused variable: `compiler` Oct 11 05:03:02.423 INFO kablam! --> sassafras/src/sass_compiler.rs:77:9 Oct 11 05:03:02.424 INFO kablam! | Oct 11 05:03:02.428 INFO kablam! 77 | let compiler = ptr_to_ref(compiler); Oct 11 05:03:02.428 INFO kablam! | ^^^^^^^^ help: consider using `_compiler` instead Oct 11 05:03:02.429 INFO kablam! Oct 11 05:03:02.429 INFO kablam! warning: unused variable: `compiler` Oct 11 05:03:02.429 INFO kablam! --> sassafras/src/sass_compiler.rs:85:9 Oct 11 05:03:02.430 INFO kablam! | Oct 11 05:03:02.430 INFO kablam! 85 | let compiler = ptr_to_ref(compiler); Oct 11 05:03:02.430 INFO kablam! | ^^^^^^^^ help: consider using `_compiler` instead Oct 11 05:03:02.431 INFO kablam! Oct 11 05:03:02.431 INFO kablam! warning: unused variable: `compiler` Oct 11 05:03:02.431 INFO kablam! --> sassafras/src/sass_compiler.rs:93:9 Oct 11 05:03:02.432 INFO kablam! | Oct 11 05:03:02.432 INFO kablam! 93 | let compiler = ptr_to_ref(compiler); Oct 11 05:03:02.432 INFO kablam! | ^^^^^^^^ help: consider using `_compiler` instead Oct 11 05:03:02.433 INFO kablam! Oct 11 05:03:02.433 INFO kablam! warning: unused variable: `idx` Oct 11 05:03:02.433 INFO kablam! --> sassafras/src/sass_compiler.rs:91:75 Oct 11 05:03:02.433 INFO kablam! | Oct 11 05:03:02.434 INFO kablam! 91 | pub extern fn sass_compiler_get_callee_entry(compiler: *mut SassCompiler, idx: usize) -> usize { Oct 11 05:03:02.434 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 11 05:03:02.434 INFO kablam! Oct 11 05:03:02.435 INFO kablam! warning: unused variable: `ctx` Oct 11 05:03:02.435 INFO kablam! --> sassafras/src/sass_file_context.rs:48:9 Oct 11 05:03:02.435 INFO kablam! | Oct 11 05:03:02.436 INFO kablam! 48 | let ctx = ptr_to_ref(file_ctx); Oct 11 05:03:02.436 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 11 05:03:02.436 INFO kablam! Oct 11 05:03:02.437 INFO kablam! warning: unused variable: `options_ptr` Oct 11 05:03:02.437 INFO kablam! --> sassafras/src/sass_options.rs:226:52 Oct 11 05:03:02.437 INFO kablam! | Oct 11 05:03:02.437 INFO kablam! 226 | pub extern fn sass_option_get_source_map_file_urls(options_ptr: *mut SassOptions) { Oct 11 05:03:02.438 INFO kablam! | ^^^^^^^^^^^ help: consider using `_options_ptr` instead Oct 11 05:03:02.438 INFO kablam! Oct 11 05:03:02.438 INFO kablam! warning: unused variable: `options` Oct 11 05:03:02.439 INFO kablam! --> sassafras/src/sass_options.rs:244:9 Oct 11 05:03:02.439 INFO kablam! | Oct 11 05:03:02.439 INFO kablam! 244 | let options = ptr_to_ref(options_ptr); Oct 11 05:03:02.440 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 11 05:03:02.440 INFO kablam! Oct 11 05:03:02.440 INFO kablam! warning: unused variable: `options` Oct 11 05:03:02.440 INFO kablam! --> sassafras/src/sass_options.rs:251:9 Oct 11 05:03:02.441 INFO kablam! | Oct 11 05:03:02.441 INFO kablam! 251 | let options = ptr_to_ref(options_ptr); Oct 11 05:03:02.441 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 11 05:03:02.441 INFO kablam! Oct 11 05:03:02.442 INFO kablam! warning: unused variable: `options` Oct 11 05:03:02.442 INFO kablam! --> sassafras/src/sass_options.rs:258:9 Oct 11 05:03:02.442 INFO kablam! | Oct 11 05:03:02.442 INFO kablam! 258 | let options = ptr_to_ref(options_ptr); Oct 11 05:03:02.443 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 11 05:03:02.443 INFO kablam! Oct 11 05:03:02.443 INFO kablam! warning: unused variable: `options` Oct 11 05:03:02.443 INFO kablam! --> sassafras/src/sass_options.rs:265:9 Oct 11 05:03:02.444 INFO kablam! | Oct 11 05:03:02.444 INFO kablam! 265 | let options = ptr_to_ref(options_ptr); Oct 11 05:03:02.444 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 11 05:03:02.444 INFO kablam! Oct 11 05:03:02.444 INFO kablam! warning: unused variable: `options` Oct 11 05:03:02.444 INFO kablam! --> sassafras/src/sass_options.rs:297:9 Oct 11 05:03:02.444 INFO kablam! | Oct 11 05:03:02.444 INFO kablam! 297 | let options = ptr_to_ref(options_ptr); Oct 11 05:03:02.444 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 11 05:03:02.444 INFO kablam! Oct 11 05:03:02.444 INFO kablam! warning: unused variable: `indent` Oct 11 05:03:02.444 INFO kablam! --> sassafras/src/sass_options.rs:296:69 Oct 11 05:03:02.444 INFO kablam! | Oct 11 05:03:02.444 INFO kablam! 296 | pub extern fn sass_option_set_indent(options_ptr: *mut SassOptions, indent: *const c_char) { Oct 11 05:03:02.444 INFO kablam! | ^^^^^^ help: consider using `_indent` instead Oct 11 05:03:02.444 INFO kablam! Oct 11 05:03:02.444 INFO kablam! warning: unused variable: `options` Oct 11 05:03:02.444 INFO kablam! --> sassafras/src/sass_options.rs:303:9 Oct 11 05:03:02.444 INFO kablam! | Oct 11 05:03:02.444 INFO kablam! 303 | let options = ptr_to_ref(options_ptr); Oct 11 05:03:02.444 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 11 05:03:02.444 INFO kablam! Oct 11 05:03:02.444 INFO kablam! warning: unused variable: `linefeed` Oct 11 05:03:02.444 INFO kablam! --> sassafras/src/sass_options.rs:302:71 Oct 11 05:03:02.444 INFO kablam! | Oct 11 05:03:02.444 INFO kablam! 302 | pub extern fn sass_option_set_linefeed(options_ptr: *mut SassOptions, linefeed: *const c_char) { Oct 11 05:03:02.445 INFO kablam! | ^^^^^^^^ help: consider using `_linefeed` instead Oct 11 05:03:02.445 INFO kablam! Oct 11 05:03:02.445 INFO kablam! warning: unused variable: `options` Oct 11 05:03:02.445 INFO kablam! --> sassafras/src/sass_options.rs:338:9 Oct 11 05:03:02.445 INFO kablam! | Oct 11 05:03:02.445 INFO kablam! 338 | let options = ptr_to_ref(options_ptr); Oct 11 05:03:02.445 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 11 05:03:02.445 INFO kablam! Oct 11 05:03:02.445 INFO kablam! warning: unused variable: `c_headers` Oct 11 05:03:02.445 INFO kablam! --> sassafras/src/sass_options.rs:336:72 Oct 11 05:03:02.445 INFO kablam! | Oct 11 05:03:02.445 INFO kablam! 336 | pub extern fn sass_option_set_c_headers(options_ptr: *mut SassOptions, c_headers: *const c_char) { Oct 11 05:03:02.445 INFO kablam! | ^^^^^^^^^ help: consider using `_c_headers` instead Oct 11 05:03:02.445 INFO kablam! Oct 11 05:03:02.445 INFO kablam! warning: unused variable: `options` Oct 11 05:03:02.445 INFO kablam! --> sassafras/src/sass_options.rs:344:9 Oct 11 05:03:02.445 INFO kablam! | Oct 11 05:03:02.445 INFO kablam! 344 | let options = ptr_to_ref(options_ptr); Oct 11 05:03:02.445 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 11 05:03:02.445 INFO kablam! Oct 11 05:03:02.445 INFO kablam! warning: unused variable: `c_importers` Oct 11 05:03:02.445 INFO kablam! --> sassafras/src/sass_options.rs:342:74 Oct 11 05:03:02.445 INFO kablam! | Oct 11 05:03:02.445 INFO kablam! 342 | pub extern fn sass_option_set_c_importers(options_ptr: *mut SassOptions, c_importers: *const c_char) { Oct 11 05:03:02.445 INFO kablam! | ^^^^^^^^^^^ help: consider using `_c_importers` instead Oct 11 05:03:02.445 INFO kablam! Oct 11 05:03:02.445 INFO kablam! warning: unused variable: `options` Oct 11 05:03:02.445 INFO kablam! --> sassafras/src/sass_options.rs:351:9 Oct 11 05:03:02.445 INFO kablam! | Oct 11 05:03:02.445 INFO kablam! 351 | let options = ptr_to_ref(options_ptr); Oct 11 05:03:02.445 INFO kablam! | ^^^^^^^ help: consider using `_options` instead Oct 11 05:03:02.445 INFO kablam! Oct 11 05:03:02.445 INFO kablam! warning: unused variable: `c_functions` Oct 11 05:03:02.445 INFO kablam! --> sassafras/src/sass_options.rs:350:74 Oct 11 05:03:02.445 INFO kablam! | Oct 11 05:03:02.445 INFO kablam! 350 | pub extern fn sass_option_set_c_functions(options_ptr: *mut SassOptions, c_functions: *const c_char) { Oct 11 05:03:02.445 INFO kablam! | ^^^^^^^^^^^ help: consider using `_c_functions` instead Oct 11 05:03:02.445 INFO kablam! Oct 11 05:03:02.445 INFO kablam! warning: unused variable: `p` Oct 11 05:03:02.445 INFO kablam! --> sassafras/src/sass_options.rs:373:9 Oct 11 05:03:02.445 INFO kablam! | Oct 11 05:03:02.445 INFO kablam! 373 | let p = &options.include_paths[i]; Oct 11 05:03:02.445 INFO kablam! | ^ help: consider using `_p` instead Oct 11 05:03:02.445 INFO kablam! Oct 11 05:03:24.056 INFO kablam! Compiling git2 v0.7.1 Oct 11 05:03:32.748 INFO kablam! Compiling built v0.3.0 Oct 11 05:03:35.620 INFO kablam! Compiling sassafrasc v0.1.0 (/source) Oct 11 05:03:38.648 INFO kablam! warning: unused `#[macro_use]` import Oct 11 05:03:38.648 INFO kablam! --> src/main.rs:7:1 Oct 11 05:03:38.648 INFO kablam! | Oct 11 05:03:38.648 INFO kablam! 7 | #[macro_use] Oct 11 05:03:38.648 INFO kablam! | ^^^^^^^^^^^^ Oct 11 05:03:38.648 INFO kablam! | Oct 11 05:03:38.648 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:03:38.648 INFO kablam! Oct 11 05:03:38.648 INFO kablam! warning: unused import: `std::ffi::CString` Oct 11 05:03:38.648 INFO kablam! --> src/main.rs:13:5 Oct 11 05:03:38.648 INFO kablam! | Oct 11 05:03:38.648 INFO kablam! 13 | use std::ffi::CString; Oct 11 05:03:38.648 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 05:03:38.648 INFO kablam! Oct 11 05:03:38.648 INFO kablam! warning: unused import: `std::os::raw::c_char` Oct 11 05:03:38.648 INFO kablam! --> src/main.rs:15:5 Oct 11 05:03:38.648 INFO kablam! | Oct 11 05:03:38.648 INFO kablam! 15 | use std::os::raw::c_char; Oct 11 05:03:38.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 05:03:38.648 INFO kablam! Oct 11 05:03:38.648 INFO kablam! warning: unused import: `std::panic` Oct 11 05:03:38.648 INFO kablam! --> src/main.rs:16:5 Oct 11 05:03:38.648 INFO kablam! | Oct 11 05:03:38.648 INFO kablam! 16 | use std::panic; Oct 11 05:03:38.648 INFO kablam! | ^^^^^^^^^^ Oct 11 05:03:38.648 INFO kablam! Oct 11 05:03:38.648 INFO kablam! warning: unused import: `std::path::Path` Oct 11 05:03:38.648 INFO kablam! --> src/main.rs:17:5 Oct 11 05:03:38.648 INFO kablam! | Oct 11 05:03:38.648 INFO kablam! 17 | use std::path::Path; Oct 11 05:03:38.648 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:03:38.648 INFO kablam! Oct 11 05:03:38.692 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 11 05:03:38.692 INFO kablam! --> src/main.rs:25:1 Oct 11 05:03:38.692 INFO kablam! | Oct 11 05:03:38.692 INFO kablam! 25 | / arg_enum! { Oct 11 05:03:38.692 INFO kablam! 26 | | #[derive(Debug)] Oct 11 05:03:38.692 INFO kablam! 27 | | enum SourceMapEmission Oct 11 05:03:38.692 INFO kablam! 28 | | { Oct 11 05:03:38.692 INFO kablam! ... | Oct 11 05:03:38.692 INFO kablam! 32 | | } Oct 11 05:03:38.692 INFO kablam! 33 | | } Oct 11 05:03:38.692 INFO kablam! | |_^ Oct 11 05:03:38.692 INFO kablam! | Oct 11 05:03:38.692 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 05:03:38.692 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 05:03:38.692 INFO kablam! Oct 11 05:03:38.692 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 11 05:03:38.692 INFO kablam! --> src/main.rs:35:1 Oct 11 05:03:38.692 INFO kablam! | Oct 11 05:03:38.692 INFO kablam! 35 | / arg_enum! { Oct 11 05:03:38.692 INFO kablam! 36 | | #[derive(Debug)] Oct 11 05:03:38.692 INFO kablam! 37 | | enum OutputStyles Oct 11 05:03:38.692 INFO kablam! 38 | | { Oct 11 05:03:38.692 INFO kablam! ... | Oct 11 05:03:38.692 INFO kablam! 43 | | } Oct 11 05:03:38.692 INFO kablam! 44 | | } Oct 11 05:03:38.692 INFO kablam! | |_^ Oct 11 05:03:38.692 INFO kablam! | Oct 11 05:03:38.692 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 05:03:38.692 INFO kablam! Oct 11 05:03:38.812 INFO kablam! warning: variable `auto_source_map` is assigned to, but never used Oct 11 05:03:38.812 INFO kablam! --> src/main.rs:127:13 Oct 11 05:03:38.812 INFO kablam! | Oct 11 05:03:38.812 INFO kablam! 127 | let mut auto_source_map = false; Oct 11 05:03:38.812 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:03:38.812 INFO kablam! | Oct 11 05:03:38.812 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:03:38.812 INFO kablam! = note: consider using `_auto_source_map` instead Oct 11 05:03:38.812 INFO kablam! Oct 11 05:03:38.812 INFO kablam! warning: value assigned to `auto_source_map` is never read Oct 11 05:03:38.812 INFO kablam! --> src/main.rs:132:13 Oct 11 05:03:38.812 INFO kablam! | Oct 11 05:03:38.812 INFO kablam! 132 | auto_source_map = true; Oct 11 05:03:38.812 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:03:38.812 INFO kablam! | Oct 11 05:03:38.812 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 05:03:38.812 INFO kablam! Oct 11 05:03:38.812 INFO kablam! warning: unused variable: `result` Oct 11 05:03:38.812 INFO kablam! --> src/main.rs:142:13 Oct 11 05:03:38.812 INFO kablam! | Oct 11 05:03:38.812 INFO kablam! 142 | let mut result = 0; Oct 11 05:03:38.812 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 11 05:03:38.812 INFO kablam! Oct 11 05:03:38.812 INFO kablam! warning: variable `auto_source_map` is assigned to, but never used Oct 11 05:03:38.812 INFO kablam! --> src/main.rs:196:13 Oct 11 05:03:38.812 INFO kablam! | Oct 11 05:03:38.812 INFO kablam! 196 | let mut auto_source_map = false; Oct 11 05:03:38.812 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:03:38.812 INFO kablam! | Oct 11 05:03:38.812 INFO kablam! = note: consider using `_auto_source_map` instead Oct 11 05:03:38.812 INFO kablam! Oct 11 05:03:38.812 INFO kablam! warning: value assigned to `auto_source_map` is never read Oct 11 05:03:38.812 INFO kablam! --> src/main.rs:201:13 Oct 11 05:03:38.812 INFO kablam! | Oct 11 05:03:38.812 INFO kablam! 201 | auto_source_map = true; Oct 11 05:03:38.812 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:03:38.812 INFO kablam! Oct 11 05:03:38.812 INFO kablam! warning: variable `result` is assigned to, but never used Oct 11 05:03:38.812 INFO kablam! --> src/main.rs:211:13 Oct 11 05:03:38.813 INFO kablam! | Oct 11 05:03:38.813 INFO kablam! 211 | let mut result = 0; Oct 11 05:03:38.813 INFO kablam! | ^^^^^^ Oct 11 05:03:38.813 INFO kablam! | Oct 11 05:03:38.813 INFO kablam! = note: consider using `_result` instead Oct 11 05:03:38.813 INFO kablam! Oct 11 05:03:38.813 INFO kablam! warning: value assigned to `result` is never read Oct 11 05:03:38.813 INFO kablam! --> src/main.rs:227:9 Oct 11 05:03:38.813 INFO kablam! | Oct 11 05:03:38.813 INFO kablam! 227 | result = c_compile_file(options, args.input_file, args.output_file); Oct 11 05:03:38.813 INFO kablam! | ^^^^^^ Oct 11 05:03:38.813 INFO kablam! Oct 11 05:03:38.813 INFO kablam! warning: value assigned to `result` is never read Oct 11 05:03:38.813 INFO kablam! --> src/main.rs:230:9 Oct 11 05:03:38.813 INFO kablam! | Oct 11 05:03:38.813 INFO kablam! 230 | result = c_compile_stdin(options, args.output_file); Oct 11 05:03:38.813 INFO kablam! | ^^^^^^ Oct 11 05:03:38.813 INFO kablam! Oct 11 05:03:38.813 INFO kablam! warning: unused variable: `ctx_out` Oct 11 05:03:38.813 INFO kablam! --> src/main.rs:239:9 Oct 11 05:03:38.813 INFO kablam! | Oct 11 05:03:38.813 INFO kablam! 239 | let ctx_out = sass_file_context_get_context(ctx); Oct 11 05:03:38.813 INFO kablam! | ^^^^^^^ help: consider using `_ctx_out` instead Oct 11 05:03:38.813 INFO kablam! Oct 11 05:03:38.813 INFO kablam! warning: unused variable: `srcmap_file` Oct 11 05:03:38.813 INFO kablam! --> src/main.rs:247:9 Oct 11 05:03:38.813 INFO kablam! | Oct 11 05:03:38.813 INFO kablam! 247 | let srcmap_file = sass_option_get_source_map_file(options); Oct 11 05:03:38.813 INFO kablam! | ^^^^^^^^^^^ help: consider using `_srcmap_file` instead Oct 11 05:03:38.813 INFO kablam! Oct 11 05:03:38.813 INFO kablam! warning: unused variable: `options_ptr` Oct 11 05:03:38.813 INFO kablam! --> src/main.rs:277:20 Oct 11 05:03:38.813 INFO kablam! | Oct 11 05:03:38.813 INFO kablam! 277 | fn c_compile_stdin(options_ptr: *mut SassOptions, output_file: Option) -> i32 { Oct 11 05:03:38.813 INFO kablam! | ^^^^^^^^^^^ help: consider using `_options_ptr` instead Oct 11 05:03:38.813 INFO kablam! Oct 11 05:03:38.813 INFO kablam! warning: unused variable: `output_file` Oct 11 05:03:38.813 INFO kablam! --> src/main.rs:277:51 Oct 11 05:03:38.813 INFO kablam! | Oct 11 05:03:38.813 INFO kablam! 277 | fn c_compile_stdin(options_ptr: *mut SassOptions, output_file: Option) -> i32 { Oct 11 05:03:38.813 INFO kablam! | ^^^^^^^^^^^ help: consider using `_output_file` instead Oct 11 05:03:38.813 INFO kablam! Oct 11 05:03:38.831 INFO kablam! warning: variable does not need to be mutable Oct 11 05:03:38.831 INFO kablam! --> src/main.rs:142:9 Oct 11 05:03:38.831 INFO kablam! | Oct 11 05:03:38.831 INFO kablam! 142 | let mut result = 0; Oct 11 05:03:38.831 INFO kablam! | ----^^^^^^ Oct 11 05:03:38.831 INFO kablam! | | Oct 11 05:03:38.831 INFO kablam! | help: remove this `mut` Oct 11 05:03:38.831 INFO kablam! | Oct 11 05:03:38.831 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:03:38.831 INFO kablam! Oct 11 05:03:38.841 INFO kablam! warning: function is never used: `rust_inner_main` Oct 11 05:03:38.841 INFO kablam! --> src/main.rs:104:1 Oct 11 05:03:38.841 INFO kablam! | Oct 11 05:03:38.841 INFO kablam! 104 | fn rust_inner_main() { Oct 11 05:03:38.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 05:03:38.841 INFO kablam! | Oct 11 05:03:38.841 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:03:38.841 INFO kablam! Oct 11 05:03:38.841 INFO kablam! warning: function is never used: `c_output` Oct 11 05:03:38.841 INFO kablam! --> src/main.rs:337:1 Oct 11 05:03:38.841 INFO kablam! | Oct 11 05:03:38.841 INFO kablam! 337 | fn c_output() -> i32 { Oct 11 05:03:38.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 05:03:38.841 INFO kablam! Oct 11 05:03:40.889 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.58s Oct 11 05:03:40.898 INFO kablam! su: No module specific data is present Oct 11 05:03:41.470 INFO running `"docker" "rm" "-f" "956ae57e21371062560559bb7f9dee59bc183922460e01479cec2e4993459a85"` Oct 11 05:03:41.670 INFO blam! 956ae57e21371062560559bb7f9dee59bc183922460e01479cec2e4993459a85 Oct 11 05:03:41.676 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:03:41.677 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:03:41.986 INFO blam! b1453c2adc5f9428ec59025bc141e3bdbad0f076bc2ddc574711dfcf3a302a81 Oct 11 05:03:41.989 INFO running `"docker" "start" "-a" "b1453c2adc5f9428ec59025bc141e3bdbad0f076bc2ddc574711dfcf3a302a81"` Oct 11 05:03:42.808 INFO kablam! usermod: no changes Oct 11 05:03:43.012 INFO kablam! Compiling sassafrasc v0.1.0 (/source) Oct 11 05:03:45.976 INFO kablam! warning: unused `#[macro_use]` import Oct 11 05:03:45.976 INFO kablam! --> src/main.rs:7:1 Oct 11 05:03:45.976 INFO kablam! | Oct 11 05:03:45.976 INFO kablam! 7 | #[macro_use] Oct 11 05:03:45.976 INFO kablam! | ^^^^^^^^^^^^ Oct 11 05:03:45.976 INFO kablam! | Oct 11 05:03:45.976 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:03:45.976 INFO kablam! Oct 11 05:03:45.976 INFO kablam! warning: unused import: `std::ffi::CString` Oct 11 05:03:45.976 INFO kablam! --> src/main.rs:13:5 Oct 11 05:03:45.976 INFO kablam! | Oct 11 05:03:45.976 INFO kablam! 13 | use std::ffi::CString; Oct 11 05:03:45.976 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 05:03:45.976 INFO kablam! Oct 11 05:03:45.976 INFO kablam! warning: unused import: `std::os::raw::c_char` Oct 11 05:03:45.976 INFO kablam! --> src/main.rs:15:5 Oct 11 05:03:45.976 INFO kablam! | Oct 11 05:03:45.976 INFO kablam! 15 | use std::os::raw::c_char; Oct 11 05:03:45.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 05:03:45.976 INFO kablam! Oct 11 05:03:45.976 INFO kablam! warning: unused import: `std::panic` Oct 11 05:03:45.976 INFO kablam! --> src/main.rs:16:5 Oct 11 05:03:45.976 INFO kablam! | Oct 11 05:03:45.976 INFO kablam! 16 | use std::panic; Oct 11 05:03:45.976 INFO kablam! | ^^^^^^^^^^ Oct 11 05:03:45.976 INFO kablam! Oct 11 05:03:45.976 INFO kablam! warning: unused import: `std::path::Path` Oct 11 05:03:45.976 INFO kablam! --> src/main.rs:17:5 Oct 11 05:03:45.976 INFO kablam! | Oct 11 05:03:45.976 INFO kablam! 17 | use std::path::Path; Oct 11 05:03:45.976 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:03:45.978 INFO kablam! Oct 11 05:03:45.988 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 11 05:03:45.988 INFO kablam! --> src/main.rs:25:1 Oct 11 05:03:45.988 INFO kablam! | Oct 11 05:03:45.988 INFO kablam! 25 | / arg_enum! { Oct 11 05:03:45.988 INFO kablam! 26 | | #[derive(Debug)] Oct 11 05:03:45.988 INFO kablam! 27 | | enum SourceMapEmission Oct 11 05:03:45.988 INFO kablam! 28 | | { Oct 11 05:03:45.988 INFO kablam! ... | Oct 11 05:03:45.988 INFO kablam! 32 | | } Oct 11 05:03:45.988 INFO kablam! 33 | | } Oct 11 05:03:45.988 INFO kablam! | |_^ Oct 11 05:03:45.988 INFO kablam! | Oct 11 05:03:45.988 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 05:03:45.988 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 05:03:45.988 INFO kablam! Oct 11 05:03:45.988 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 11 05:03:45.988 INFO kablam! --> src/main.rs:35:1 Oct 11 05:03:45.988 INFO kablam! | Oct 11 05:03:45.988 INFO kablam! 35 | / arg_enum! { Oct 11 05:03:45.988 INFO kablam! 36 | | #[derive(Debug)] Oct 11 05:03:45.988 INFO kablam! 37 | | enum OutputStyles Oct 11 05:03:45.988 INFO kablam! 38 | | { Oct 11 05:03:45.988 INFO kablam! ... | Oct 11 05:03:45.988 INFO kablam! 43 | | } Oct 11 05:03:45.988 INFO kablam! 44 | | } Oct 11 05:03:45.988 INFO kablam! | |_^ Oct 11 05:03:45.988 INFO kablam! | Oct 11 05:03:45.988 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 05:03:45.988 INFO kablam! Oct 11 05:03:46.093 INFO kablam! warning: variable `auto_source_map` is assigned to, but never used Oct 11 05:03:46.093 INFO kablam! --> src/main.rs:127:13 Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! 127 | let mut auto_source_map = false; Oct 11 05:03:46.093 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:03:46.093 INFO kablam! = note: consider using `_auto_source_map` instead Oct 11 05:03:46.093 INFO kablam! Oct 11 05:03:46.093 INFO kablam! warning: value assigned to `auto_source_map` is never read Oct 11 05:03:46.093 INFO kablam! --> src/main.rs:132:13 Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! 132 | auto_source_map = true; Oct 11 05:03:46.093 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 05:03:46.093 INFO kablam! Oct 11 05:03:46.093 INFO kablam! warning: unused variable: `result` Oct 11 05:03:46.093 INFO kablam! --> src/main.rs:142:13 Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! 142 | let mut result = 0; Oct 11 05:03:46.093 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 11 05:03:46.093 INFO kablam! Oct 11 05:03:46.093 INFO kablam! warning: variable `auto_source_map` is assigned to, but never used Oct 11 05:03:46.093 INFO kablam! --> src/main.rs:196:13 Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! 196 | let mut auto_source_map = false; Oct 11 05:03:46.093 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! = note: consider using `_auto_source_map` instead Oct 11 05:03:46.093 INFO kablam! Oct 11 05:03:46.093 INFO kablam! warning: value assigned to `auto_source_map` is never read Oct 11 05:03:46.093 INFO kablam! --> src/main.rs:201:13 Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! 201 | auto_source_map = true; Oct 11 05:03:46.093 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:03:46.093 INFO kablam! Oct 11 05:03:46.093 INFO kablam! warning: variable `result` is assigned to, but never used Oct 11 05:03:46.093 INFO kablam! --> src/main.rs:211:13 Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! 211 | let mut result = 0; Oct 11 05:03:46.093 INFO kablam! | ^^^^^^ Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! = note: consider using `_result` instead Oct 11 05:03:46.093 INFO kablam! Oct 11 05:03:46.093 INFO kablam! warning: value assigned to `result` is never read Oct 11 05:03:46.093 INFO kablam! --> src/main.rs:227:9 Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! 227 | result = c_compile_file(options, args.input_file, args.output_file); Oct 11 05:03:46.093 INFO kablam! | ^^^^^^ Oct 11 05:03:46.093 INFO kablam! Oct 11 05:03:46.093 INFO kablam! warning: value assigned to `result` is never read Oct 11 05:03:46.093 INFO kablam! --> src/main.rs:230:9 Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! 230 | result = c_compile_stdin(options, args.output_file); Oct 11 05:03:46.093 INFO kablam! | ^^^^^^ Oct 11 05:03:46.093 INFO kablam! Oct 11 05:03:46.093 INFO kablam! warning: unused variable: `ctx_out` Oct 11 05:03:46.093 INFO kablam! --> src/main.rs:239:9 Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! 239 | let ctx_out = sass_file_context_get_context(ctx); Oct 11 05:03:46.093 INFO kablam! | ^^^^^^^ help: consider using `_ctx_out` instead Oct 11 05:03:46.093 INFO kablam! Oct 11 05:03:46.093 INFO kablam! warning: unused variable: `srcmap_file` Oct 11 05:03:46.093 INFO kablam! --> src/main.rs:247:9 Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! 247 | let srcmap_file = sass_option_get_source_map_file(options); Oct 11 05:03:46.093 INFO kablam! | ^^^^^^^^^^^ help: consider using `_srcmap_file` instead Oct 11 05:03:46.093 INFO kablam! Oct 11 05:03:46.093 INFO kablam! warning: unused variable: `options_ptr` Oct 11 05:03:46.093 INFO kablam! --> src/main.rs:277:20 Oct 11 05:03:46.093 INFO kablam! | Oct 11 05:03:46.093 INFO kablam! 277 | fn c_compile_stdin(options_ptr: *mut SassOptions, output_file: Option) -> i32 { Oct 11 05:03:46.093 INFO kablam! | ^^^^^^^^^^^ help: consider using `_options_ptr` instead Oct 11 05:03:46.093 INFO kablam! Oct 11 05:03:46.093 INFO kablam! warning: unused variable: `output_file` Oct 11 05:03:46.093 INFO kablam! --> src/main.rs:277:51 Oct 11 05:03:46.094 INFO kablam! | Oct 11 05:03:46.094 INFO kablam! 277 | fn c_compile_stdin(options_ptr: *mut SassOptions, output_file: Option) -> i32 { Oct 11 05:03:46.094 INFO kablam! | ^^^^^^^^^^^ help: consider using `_output_file` instead Oct 11 05:03:46.094 INFO kablam! Oct 11 05:03:46.108 INFO kablam! warning: variable does not need to be mutable Oct 11 05:03:46.108 INFO kablam! --> src/main.rs:142:9 Oct 11 05:03:46.108 INFO kablam! | Oct 11 05:03:46.108 INFO kablam! 142 | let mut result = 0; Oct 11 05:03:46.108 INFO kablam! | ----^^^^^^ Oct 11 05:03:46.108 INFO kablam! | | Oct 11 05:03:46.108 INFO kablam! | help: remove this `mut` Oct 11 05:03:46.108 INFO kablam! | Oct 11 05:03:46.108 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:03:46.108 INFO kablam! Oct 11 05:03:46.128 INFO kablam! warning: function is never used: `rust_inner_main` Oct 11 05:03:46.128 INFO kablam! --> src/main.rs:104:1 Oct 11 05:03:46.128 INFO kablam! | Oct 11 05:03:46.128 INFO kablam! 104 | fn rust_inner_main() { Oct 11 05:03:46.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 05:03:46.128 INFO kablam! | Oct 11 05:03:46.128 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:03:46.128 INFO kablam! Oct 11 05:03:46.128 INFO kablam! warning: function is never used: `c_output` Oct 11 05:03:46.128 INFO kablam! --> src/main.rs:337:1 Oct 11 05:03:46.128 INFO kablam! | Oct 11 05:03:46.128 INFO kablam! 337 | fn c_output() -> i32 { Oct 11 05:03:46.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 05:03:46.128 INFO kablam! Oct 11 05:03:46.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.73s Oct 11 05:03:46.579 INFO kablam! su: No module specific data is present Oct 11 05:03:47.265 INFO running `"docker" "rm" "-f" "b1453c2adc5f9428ec59025bc141e3bdbad0f076bc2ddc574711dfcf3a302a81"` Oct 11 05:03:47.556 INFO blam! b1453c2adc5f9428ec59025bc141e3bdbad0f076bc2ddc574711dfcf3a302a81 Oct 11 05:03:47.558 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:03:47.558 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:03:48.001 INFO blam! 1c98c39598ba86ee680e4a37783f9bf094e70360a3470c7b4363a253496e2d7b Oct 11 05:03:48.008 INFO running `"docker" "start" "-a" "1c98c39598ba86ee680e4a37783f9bf094e70360a3470c7b4363a253496e2d7b"` Oct 11 05:03:48.890 INFO kablam! usermod: no changes Oct 11 05:03:48.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 05:03:49.008 INFO kablam! Running /target/debug/deps/sassafrasc-c953967586a68a9d Oct 11 05:03:49.012 INFO blam! Oct 11 05:03:49.012 INFO blam! running 0 tests Oct 11 05:03:49.012 INFO blam! Oct 11 05:03:49.012 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:03:49.012 INFO blam! Oct 11 05:03:49.016 INFO kablam! su: No module specific data is present Oct 11 05:03:49.644 INFO running `"docker" "rm" "-f" "1c98c39598ba86ee680e4a37783f9bf094e70360a3470c7b4363a253496e2d7b"` Oct 11 05:03:49.821 INFO blam! 1c98c39598ba86ee680e4a37783f9bf094e70360a3470c7b4363a253496e2d7b