Oct 13 04:37:31.989 INFO testing oyarsa/escalonamento against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 04:37:31.995 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 04:37:32.461 INFO blam! 067894e1ce9bfa177d621119d86d594c5fb62c42e35b4594c412a42f53253134 Oct 13 04:37:32.463 INFO running `"docker" "start" "-a" "067894e1ce9bfa177d621119d86d594c5fb62c42e35b4594c412a42f53253134"` Oct 13 04:37:34.734 INFO kablam! usermod: no changes Oct 13 04:37:34.819 INFO kablam! Compiling rand v0.3.15 Oct 13 04:37:37.232 INFO kablam! Compiling escalonamento v0.0.1 (/source) Oct 13 04:37:37.824 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.825 INFO kablam! --> src/grasp.rs:76:31 Oct 13 04:37:37.826 INFO kablam! | Oct 13 04:37:37.826 INFO kablam! 76 | fn construcao(mut rng: &mut R, inst: &Instancia, alfa: f64) -> Solucao { Oct 13 04:37:37.827 INFO kablam! | ----^^^ Oct 13 04:37:37.828 INFO kablam! | | Oct 13 04:37:37.828 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.829 INFO kablam! | Oct 13 04:37:37.830 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:37:37.830 INFO kablam! Oct 13 04:37:37.864 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.865 INFO kablam! --> src/ag.rs:71:42 Oct 13 04:37:37.865 INFO kablam! | Oct 13 04:37:37.866 INFO kablam! 71 | fn get_index_from_roleta(mut rng: &mut R, roleta: &[f32]) -> usize { Oct 13 04:37:37.867 INFO kablam! | ----^^^ Oct 13 04:37:37.868 INFO kablam! | | Oct 13 04:37:37.868 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.869 INFO kablam! Oct 13 04:37:37.870 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.871 INFO kablam! --> src/ag.rs:82:39 Oct 13 04:37:37.871 INFO kablam! | Oct 13 04:37:37.871 INFO kablam! 82 | fn seleciona_pais<'a, R: Rng + Sized>(mut rng: &mut R, Oct 13 04:37:37.871 INFO kablam! | ----^^^ Oct 13 04:37:37.871 INFO kablam! | | Oct 13 04:37:37.872 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.872 INFO kablam! Oct 13 04:37:37.878 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.878 INFO kablam! --> src/ag.rs:123:40 Oct 13 04:37:37.878 INFO kablam! | Oct 13 04:37:37.878 INFO kablam! 123 | fn individuo_aleatorio(mut rng: &mut R, inst: &Instancia) -> Solucao { Oct 13 04:37:37.878 INFO kablam! | ----^^^ Oct 13 04:37:37.878 INFO kablam! | | Oct 13 04:37:37.878 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.878 INFO kablam! Oct 13 04:37:37.880 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.880 INFO kablam! --> src/ag.rs:128:40 Oct 13 04:37:37.880 INFO kablam! | Oct 13 04:37:37.880 INFO kablam! 128 | fn sequencia_aleatoria(mut rng: &mut R, inst: &Instancia) -> Sequencia { Oct 13 04:37:37.880 INFO kablam! | ----^^^ Oct 13 04:37:37.880 INFO kablam! | | Oct 13 04:37:37.880 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.880 INFO kablam! Oct 13 04:37:37.882 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.882 INFO kablam! --> src/ag.rs:136:38 Oct 13 04:37:37.882 INFO kablam! | Oct 13 04:37:37.882 INFO kablam! 136 | fn two_opt_aleatorio(mut rng: &mut R, mut sequencia: Sequencia) -> Sequencia { Oct 13 04:37:37.882 INFO kablam! | ----^^^ Oct 13 04:37:37.882 INFO kablam! | | Oct 13 04:37:37.882 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.882 INFO kablam! Oct 13 04:37:37.884 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.884 INFO kablam! --> src/ag.rs:143:31 Oct 13 04:37:37.884 INFO kablam! | Oct 13 04:37:37.884 INFO kablam! 143 | fn gen_points(mut rng: &mut R, num_tarefas: usize) -> (IdTarefa, IdTarefa) { Oct 13 04:37:37.884 INFO kablam! | ----^^^ Oct 13 04:37:37.884 INFO kablam! | | Oct 13 04:37:37.884 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.884 INFO kablam! Oct 13 04:37:37.888 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.888 INFO kablam! --> src/ag.rs:150:34 Oct 13 04:37:37.888 INFO kablam! | Oct 13 04:37:37.888 INFO kablam! 150 | fn pmx_crossover(mut rng: &mut R, pai1: &Sequencia, pai2: &Sequencia) -> Sequencia { Oct 13 04:37:37.888 INFO kablam! | ----^^^ Oct 13 04:37:37.888 INFO kablam! | | Oct 13 04:37:37.888 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.888 INFO kablam! Oct 13 04:37:37.893 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.893 INFO kablam! --> src/ag.rs:173:38 Oct 13 04:37:37.893 INFO kablam! | Oct 13 04:37:37.893 INFO kablam! 173 | fn ordered_crossover(mut rng: &mut R, Oct 13 04:37:37.893 INFO kablam! | ----^^^ Oct 13 04:37:37.893 INFO kablam! | | Oct 13 04:37:37.893 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.893 INFO kablam! Oct 13 04:37:37.896 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.896 INFO kablam! --> src/ag.rs:206:31 Oct 13 04:37:37.896 INFO kablam! | Oct 13 04:37:37.896 INFO kablam! 206 | fn cruzamento(mut rng: &mut R, Oct 13 04:37:37.896 INFO kablam! | ----^^^ Oct 13 04:37:37.896 INFO kablam! | | Oct 13 04:37:37.896 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.896 INFO kablam! Oct 13 04:37:37.900 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.900 INFO kablam! --> src/ag.rs:225:33 Oct 13 04:37:37.900 INFO kablam! | Oct 13 04:37:37.900 INFO kablam! 225 | fn recombinacao(mut rng: &mut R, Oct 13 04:37:37.900 INFO kablam! | ----^^^ Oct 13 04:37:37.900 INFO kablam! | | Oct 13 04:37:37.900 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.900 INFO kablam! Oct 13 04:37:37.902 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.902 INFO kablam! --> src/ag.rs:240:34 Oct 13 04:37:37.902 INFO kablam! | Oct 13 04:37:37.902 INFO kablam! 240 | fn swap_vertices(mut rng: &mut R, mut sequencia: Sequencia) -> Sequencia { Oct 13 04:37:37.902 INFO kablam! | ----^^^ Oct 13 04:37:37.902 INFO kablam! | | Oct 13 04:37:37.902 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.902 INFO kablam! Oct 13 04:37:37.904 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:37.904 INFO kablam! --> src/ag.rs:247:28 Oct 13 04:37:37.904 INFO kablam! | Oct 13 04:37:37.904 INFO kablam! 247 | fn mutacao(mut rng: &mut R, Oct 13 04:37:37.904 INFO kablam! | ----^^^ Oct 13 04:37:37.904 INFO kablam! | | Oct 13 04:37:37.905 INFO kablam! | help: remove this `mut` Oct 13 04:37:37.905 INFO kablam! Oct 13 04:37:37.908 INFO kablam! warning: function is never used: `is_factivel` Oct 13 04:37:37.908 INFO kablam! --> src/instancia.rs:81:1 Oct 13 04:37:37.908 INFO kablam! | Oct 13 04:37:37.908 INFO kablam! 81 | fn is_factivel(s: &Sequencia, num_tarefas: usize) -> bool { Oct 13 04:37:37.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:37:37.908 INFO kablam! | Oct 13 04:37:37.908 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:37:37.908 INFO kablam! Oct 13 04:37:37.908 INFO kablam! warning: function is never used: `frequencias` Oct 13 04:37:37.908 INFO kablam! --> src/instancia.rs:85:1 Oct 13 04:37:37.908 INFO kablam! | Oct 13 04:37:37.909 INFO kablam! 85 | fn frequencias(sequencia: &Sequencia) -> Vec { Oct 13 04:37:37.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:37:37.909 INFO kablam! Oct 13 04:37:40.223 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.46s Oct 13 04:37:40.225 INFO kablam! su: No module specific data is present Oct 13 04:37:41.317 INFO running `"docker" "rm" "-f" "067894e1ce9bfa177d621119d86d594c5fb62c42e35b4594c412a42f53253134"` Oct 13 04:37:41.591 INFO blam! 067894e1ce9bfa177d621119d86d594c5fb62c42e35b4594c412a42f53253134 Oct 13 04:37:41.593 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 04:37:42.108 INFO blam! dd6a5f5e499affabf25ccb0005680ebf1c75c234ebd869cc86f4faf384cffacd Oct 13 04:37:42.110 INFO running `"docker" "start" "-a" "dd6a5f5e499affabf25ccb0005680ebf1c75c234ebd869cc86f4faf384cffacd"` Oct 13 04:37:44.278 INFO kablam! usermod: no changes Oct 13 04:37:44.315 INFO kablam! Compiling escalonamento v0.0.1 (/source) Oct 13 04:37:45.055 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.055 INFO kablam! --> src/grasp.rs:76:31 Oct 13 04:37:45.055 INFO kablam! | Oct 13 04:37:45.055 INFO kablam! 76 | fn construcao(mut rng: &mut R, inst: &Instancia, alfa: f64) -> Solucao { Oct 13 04:37:45.055 INFO kablam! | ----^^^ Oct 13 04:37:45.055 INFO kablam! | | Oct 13 04:37:45.055 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.055 INFO kablam! | Oct 13 04:37:45.055 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:37:45.055 INFO kablam! Oct 13 04:37:45.091 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.091 INFO kablam! --> src/ag.rs:71:42 Oct 13 04:37:45.091 INFO kablam! | Oct 13 04:37:45.091 INFO kablam! 71 | fn get_index_from_roleta(mut rng: &mut R, roleta: &[f32]) -> usize { Oct 13 04:37:45.091 INFO kablam! | ----^^^ Oct 13 04:37:45.091 INFO kablam! | | Oct 13 04:37:45.091 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.091 INFO kablam! Oct 13 04:37:45.091 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.091 INFO kablam! --> src/ag.rs:82:39 Oct 13 04:37:45.091 INFO kablam! | Oct 13 04:37:45.091 INFO kablam! 82 | fn seleciona_pais<'a, R: Rng + Sized>(mut rng: &mut R, Oct 13 04:37:45.091 INFO kablam! | ----^^^ Oct 13 04:37:45.091 INFO kablam! | | Oct 13 04:37:45.091 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.091 INFO kablam! Oct 13 04:37:45.095 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.095 INFO kablam! --> src/ag.rs:123:40 Oct 13 04:37:45.095 INFO kablam! | Oct 13 04:37:45.095 INFO kablam! 123 | fn individuo_aleatorio(mut rng: &mut R, inst: &Instancia) -> Solucao { Oct 13 04:37:45.095 INFO kablam! | ----^^^ Oct 13 04:37:45.095 INFO kablam! | | Oct 13 04:37:45.095 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.095 INFO kablam! Oct 13 04:37:45.095 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.095 INFO kablam! --> src/ag.rs:128:40 Oct 13 04:37:45.095 INFO kablam! | Oct 13 04:37:45.095 INFO kablam! 128 | fn sequencia_aleatoria(mut rng: &mut R, inst: &Instancia) -> Sequencia { Oct 13 04:37:45.095 INFO kablam! | ----^^^ Oct 13 04:37:45.095 INFO kablam! | | Oct 13 04:37:45.095 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.095 INFO kablam! Oct 13 04:37:45.095 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.095 INFO kablam! --> src/ag.rs:136:38 Oct 13 04:37:45.095 INFO kablam! | Oct 13 04:37:45.095 INFO kablam! 136 | fn two_opt_aleatorio(mut rng: &mut R, mut sequencia: Sequencia) -> Sequencia { Oct 13 04:37:45.095 INFO kablam! | ----^^^ Oct 13 04:37:45.095 INFO kablam! | | Oct 13 04:37:45.095 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.095 INFO kablam! Oct 13 04:37:45.095 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.095 INFO kablam! --> src/ag.rs:143:31 Oct 13 04:37:45.095 INFO kablam! | Oct 13 04:37:45.095 INFO kablam! 143 | fn gen_points(mut rng: &mut R, num_tarefas: usize) -> (IdTarefa, IdTarefa) { Oct 13 04:37:45.095 INFO kablam! | ----^^^ Oct 13 04:37:45.095 INFO kablam! | | Oct 13 04:37:45.095 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.095 INFO kablam! Oct 13 04:37:45.101 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.102 INFO kablam! --> src/ag.rs:150:34 Oct 13 04:37:45.102 INFO kablam! | Oct 13 04:37:45.102 INFO kablam! 150 | fn pmx_crossover(mut rng: &mut R, pai1: &Sequencia, pai2: &Sequencia) -> Sequencia { Oct 13 04:37:45.102 INFO kablam! | ----^^^ Oct 13 04:37:45.102 INFO kablam! | | Oct 13 04:37:45.102 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.102 INFO kablam! Oct 13 04:37:45.102 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.102 INFO kablam! --> src/ag.rs:173:38 Oct 13 04:37:45.102 INFO kablam! | Oct 13 04:37:45.102 INFO kablam! 173 | fn ordered_crossover(mut rng: &mut R, Oct 13 04:37:45.102 INFO kablam! | ----^^^ Oct 13 04:37:45.102 INFO kablam! | | Oct 13 04:37:45.102 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.102 INFO kablam! Oct 13 04:37:45.102 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.102 INFO kablam! --> src/ag.rs:206:31 Oct 13 04:37:45.102 INFO kablam! | Oct 13 04:37:45.102 INFO kablam! 206 | fn cruzamento(mut rng: &mut R, Oct 13 04:37:45.102 INFO kablam! | ----^^^ Oct 13 04:37:45.102 INFO kablam! | | Oct 13 04:37:45.102 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.102 INFO kablam! Oct 13 04:37:45.107 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.107 INFO kablam! --> src/ag.rs:225:33 Oct 13 04:37:45.107 INFO kablam! | Oct 13 04:37:45.107 INFO kablam! 225 | fn recombinacao(mut rng: &mut R, Oct 13 04:37:45.107 INFO kablam! | ----^^^ Oct 13 04:37:45.107 INFO kablam! | | Oct 13 04:37:45.107 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.107 INFO kablam! Oct 13 04:37:45.107 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.107 INFO kablam! --> src/ag.rs:240:34 Oct 13 04:37:45.107 INFO kablam! | Oct 13 04:37:45.107 INFO kablam! 240 | fn swap_vertices(mut rng: &mut R, mut sequencia: Sequencia) -> Sequencia { Oct 13 04:37:45.107 INFO kablam! | ----^^^ Oct 13 04:37:45.107 INFO kablam! | | Oct 13 04:37:45.107 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.107 INFO kablam! Oct 13 04:37:45.107 INFO kablam! warning: variable does not need to be mutable Oct 13 04:37:45.107 INFO kablam! --> src/ag.rs:247:28 Oct 13 04:37:45.107 INFO kablam! | Oct 13 04:37:45.107 INFO kablam! 247 | fn mutacao(mut rng: &mut R, Oct 13 04:37:45.107 INFO kablam! | ----^^^ Oct 13 04:37:45.107 INFO kablam! | | Oct 13 04:37:45.107 INFO kablam! | help: remove this `mut` Oct 13 04:37:45.107 INFO kablam! Oct 13 04:37:45.107 INFO kablam! warning: function is never used: `is_factivel` Oct 13 04:37:45.107 INFO kablam! --> src/instancia.rs:81:1 Oct 13 04:37:45.107 INFO kablam! | Oct 13 04:37:45.107 INFO kablam! 81 | fn is_factivel(s: &Sequencia, num_tarefas: usize) -> bool { Oct 13 04:37:45.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:37:45.107 INFO kablam! | Oct 13 04:37:45.107 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:37:45.107 INFO kablam! Oct 13 04:37:45.107 INFO kablam! warning: function is never used: `frequencias` Oct 13 04:37:45.107 INFO kablam! --> src/instancia.rs:85:1 Oct 13 04:37:45.107 INFO kablam! | Oct 13 04:37:45.107 INFO kablam! 85 | fn frequencias(sequencia: &Sequencia) -> Vec { Oct 13 04:37:45.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:37:45.107 INFO kablam! Oct 13 04:37:45.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 13 04:37:45.546 INFO kablam! su: No module specific data is present Oct 13 04:37:46.489 INFO running `"docker" "rm" "-f" "dd6a5f5e499affabf25ccb0005680ebf1c75c234ebd869cc86f4faf384cffacd"` Oct 13 04:37:46.851 INFO blam! dd6a5f5e499affabf25ccb0005680ebf1c75c234ebd869cc86f4faf384cffacd Oct 13 04:37:46.864 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 04:37:47.297 INFO blam! 4c5ed2aece431723e4208a3cc8c27cf566efa3ebbe59e90c28b7a74fac732894 Oct 13 04:37:47.298 INFO running `"docker" "start" "-a" "4c5ed2aece431723e4208a3cc8c27cf566efa3ebbe59e90c28b7a74fac732894"` Oct 13 04:37:48.834 INFO kablam! usermod: no changes Oct 13 04:37:48.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 13 04:37:48.915 INFO kablam! Running /target/debug/deps/escalonamento-3cbe47c1dc38c1e7 Oct 13 04:37:48.915 INFO blam! Oct 13 04:37:48.915 INFO blam! running 0 tests Oct 13 04:37:48.915 INFO blam! Oct 13 04:37:48.915 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:37:48.915 INFO blam! Oct 13 04:37:48.919 INFO kablam! su: No module specific data is present Oct 13 04:37:50.283 INFO running `"docker" "rm" "-f" "4c5ed2aece431723e4208a3cc8c27cf566efa3ebbe59e90c28b7a74fac732894"` Oct 13 04:37:50.631 INFO blam! 4c5ed2aece431723e4208a3cc8c27cf566efa3ebbe59e90c28b7a74fac732894