Sep 19 12:35:38.215 INFO checking phigley/taxi against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 12:35:38.215 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 12:35:38.215 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 12:35:38.719 INFO blam! 306dc0248a48e2031e506c59cdfb25faae45d53ece30e17e1762f4f26159b884 Sep 19 12:35:38.721 INFO running `"docker" "start" "-a" "306dc0248a48e2031e506c59cdfb25faae45d53ece30e17e1762f4f26159b884"` Sep 19 12:35:40.015 INFO kablam! usermod: no changes Sep 19 12:35:40.367 INFO kablam! Checking unicode-segmentation v1.2.1 Sep 19 12:35:40.367 INFO kablam! Checking cassowary v0.3.0 Sep 19 12:35:40.367 INFO kablam! Checking array-macro v1.0.2 Sep 19 12:35:40.375 INFO kablam! Checking reexport-proc-macro v1.0.5 Sep 19 12:35:40.375 INFO kablam! Checking assert_matches v1.3.0 Sep 19 12:35:40.376 INFO kablam! Checking termion v1.5.1 Sep 19 12:35:40.395 INFO kablam! Checking toml v0.4.6 Sep 19 12:35:40.395 INFO kablam! Checking chrono v0.4.4 Sep 19 12:35:40.707 INFO kablam! Compiling enum-map-derive v0.2.10 Sep 19 12:35:40.886 INFO kablam! Checking float-cmp v0.3.0 Sep 19 12:35:44.567 INFO kablam! Checking tui v0.2.3 Sep 19 12:35:47.987 INFO kablam! Checking enum-map v0.2.36 Sep 19 12:35:49.002 INFO kablam! Checking simplelog v0.5.2 Sep 19 12:35:49.806 INFO kablam! Checking criterion v0.2.4 Sep 19 12:35:50.562 INFO kablam! Checking taxi v0.1.0 (/source) Sep 19 12:35:53.947 INFO kablam! error[E0252]: the name `Rng` is defined multiple times Sep 19 12:35:53.947 INFO kablam! --> src/main.rs:46:5 Sep 19 12:35:53.947 INFO kablam! | Sep 19 12:35:53.947 INFO kablam! 19 | use rand::Rng; Sep 19 12:35:53.947 INFO kablam! | --------- previous import of the trait `Rng` here Sep 19 12:35:53.947 INFO kablam! ... Sep 19 12:35:53.947 INFO kablam! 46 | use rand::Rng; Sep 19 12:35:53.947 INFO kablam! | ^^^^^^^^^ `Rng` reimported here Sep 19 12:35:53.947 INFO kablam! | Sep 19 12:35:53.947 INFO kablam! = note: `Rng` must be defined only once in the type namespace of this module Sep 19 12:35:53.947 INFO kablam! help: You can use `as` to change the binding name of the import Sep 19 12:35:53.947 INFO kablam! | Sep 19 12:35:53.947 INFO kablam! 46 | use rand::Rng as OtherRng; Sep 19 12:35:53.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 12:35:53.948 INFO kablam! Sep 19 12:35:56.211 INFO kablam! error[E0252]: the name `Rng` is defined multiple times Sep 19 12:35:56.211 INFO kablam! --> src/main.rs:46:5 Sep 19 12:35:56.211 INFO kablam! | Sep 19 12:35:56.211 INFO kablam! 19 | use rand::Rng; Sep 19 12:35:56.211 INFO kablam! | --------- previous import of the trait `Rng` here Sep 19 12:35:56.211 INFO kablam! ... Sep 19 12:35:56.211 INFO kablam! 46 | use rand::Rng; Sep 19 12:35:56.211 INFO kablam! | ^^^^^^^^^ `Rng` reimported here Sep 19 12:35:56.211 INFO kablam! | Sep 19 12:35:56.211 INFO kablam! = note: `Rng` must be defined only once in the type namespace of this module Sep 19 12:35:56.211 INFO kablam! help: You can use `as` to change the binding name of the import Sep 19 12:35:56.211 INFO kablam! | Sep 19 12:35:56.211 INFO kablam! 46 | use rand::Rng as OtherRng; Sep 19 12:35:56.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 12:35:56.211 INFO kablam! Sep 19 12:35:57.007 INFO kablam! error[E0425]: cannot find function `thread_rng` in this scope Sep 19 12:35:57.007 INFO kablam! --> src/main.rs:382:23 Sep 19 12:35:57.007 INFO kablam! | Sep 19 12:35:57.007 INFO kablam! 382 | let mut rng = thread_rng(); Sep 19 12:35:57.007 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 19 12:35:57.007 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 19 12:35:57.007 INFO kablam! | Sep 19 12:35:57.007 INFO kablam! 19 | use rand::prelude::thread_rng; Sep 19 12:35:57.007 INFO kablam! | Sep 19 12:35:57.007 INFO kablam! 19 | use rand::thread_rng; Sep 19 12:35:57.007 INFO kablam! | Sep 19 12:35:57.007 INFO kablam! Sep 19 12:35:57.163 INFO kablam! warning: unused import: `rand::Rng` Sep 19 12:35:57.164 INFO kablam! --> src/main.rs:46:5 Sep 19 12:35:57.165 INFO kablam! | Sep 19 12:35:57.165 INFO kablam! 46 | use rand::Rng; Sep 19 12:35:57.166 INFO kablam! | ^^^^^^^^^ Sep 19 12:35:57.166 INFO kablam! | Sep 19 12:35:57.166 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 12:35:57.167 INFO kablam! Sep 19 12:35:58.244 INFO kablam! error[E0061]: this function takes 4 parameters but 5 parameters were supplied Sep 19 12:35:58.244 INFO kablam! --> src/main.rs:402:34 Sep 19 12:35:58.245 INFO kablam! | Sep 19 12:35:58.245 INFO kablam! 402 | &mut QLearner::new( Sep 19 12:35:58.245 INFO kablam! | __________________________________^ Sep 19 12:35:58.246 INFO kablam! 403 | | &world, Sep 19 12:35:58.246 INFO kablam! 404 | | qlearner_config.alpha, Sep 19 12:35:58.246 INFO kablam! 405 | | qlearner_config.gamma, Sep 19 12:35:58.247 INFO kablam! 406 | | qlearner_config.epsilon, Sep 19 12:35:58.247 INFO kablam! 407 | | qlearner_config.show_table, Sep 19 12:35:58.247 INFO kablam! 408 | | ), Sep 19 12:35:58.247 INFO kablam! | |_____________________________^ expected 4 parameters Sep 19 12:35:58.248 INFO kablam! Sep 19 12:35:58.391 INFO kablam! error[E0609]: no field `show_table` on type `&configuration::QLearnerConfig` Sep 19 12:35:58.391 INFO kablam! --> src/main.rs:407:49 Sep 19 12:35:58.392 INFO kablam! | Sep 19 12:35:58.392 INFO kablam! 407 | qlearner_config.show_table, Sep 19 12:35:58.392 INFO kablam! | ^^^^^^^^^^ Sep 19 12:35:58.393 INFO kablam! Sep 19 12:35:58.403 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 19 12:35:58.403 INFO kablam! --> src/main.rs:460:30 Sep 19 12:35:58.404 INFO kablam! | Sep 19 12:35:58.404 INFO kablam! 460 | &mut MaxQ::new( Sep 19 12:35:58.404 INFO kablam! | ______________________________^ Sep 19 12:35:58.405 INFO kablam! 461 | | &world, Sep 19 12:35:58.405 INFO kablam! 462 | | maxq_config.alpha, Sep 19 12:35:58.405 INFO kablam! 463 | | maxq_config.gamma, Sep 19 12:35:58.406 INFO kablam! ... | Sep 19 12:35:58.406 INFO kablam! 466 | | maxq_config.show_learning, Sep 19 12:35:58.406 INFO kablam! 467 | | ), Sep 19 12:35:58.407 INFO kablam! | |_________________________^ expected 5 parameters Sep 19 12:35:58.407 INFO kablam! Sep 19 12:35:58.408 INFO kablam! error[E0609]: no field `show_table` on type `&configuration::MaxQConfig` Sep 19 12:35:58.409 INFO kablam! --> src/main.rs:465:41 Sep 19 12:35:58.410 INFO kablam! | Sep 19 12:35:58.410 INFO kablam! 465 | maxq_config.show_table, Sep 19 12:35:58.410 INFO kablam! | ^^^^^^^^^^ Sep 19 12:35:58.410 INFO kablam! Sep 19 12:35:58.799 INFO kablam! error[E0425]: cannot find function `thread_rng` in this scope Sep 19 12:35:58.799 INFO kablam! --> src/main.rs:382:23 Sep 19 12:35:58.799 INFO kablam! | Sep 19 12:35:58.799 INFO kablam! 382 | let mut rng = thread_rng(); Sep 19 12:35:58.799 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 19 12:35:58.799 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 19 12:35:58.799 INFO kablam! | Sep 19 12:35:58.799 INFO kablam! 19 | use rand::prelude::thread_rng; Sep 19 12:35:58.799 INFO kablam! | Sep 19 12:35:58.800 INFO kablam! 19 | use rand::thread_rng; Sep 19 12:35:58.800 INFO kablam! | Sep 19 12:35:58.800 INFO kablam! Sep 19 12:35:58.847 INFO kablam! warning: unused import: `rand::Rng` Sep 19 12:35:58.847 INFO kablam! --> src/main.rs:46:5 Sep 19 12:35:58.847 INFO kablam! | Sep 19 12:35:58.847 INFO kablam! 46 | use rand::Rng; Sep 19 12:35:58.847 INFO kablam! | ^^^^^^^^^ Sep 19 12:35:58.847 INFO kablam! | Sep 19 12:35:58.847 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 12:35:58.847 INFO kablam! Sep 19 12:35:59.290 INFO kablam! error: aborting due to 6 previous errors Sep 19 12:35:59.290 INFO kablam! Sep 19 12:35:59.290 INFO kablam! Some errors occurred: E0061, E0252, E0425, E0609. Sep 19 12:35:59.290 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 19 12:35:59.307 INFO kablam! error: Could not compile `taxi`. Sep 19 12:35:59.307 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 12:35:59.607 INFO kablam! error[E0061]: this function takes 4 parameters but 5 parameters were supplied Sep 19 12:35:59.607 INFO kablam! --> src/main.rs:402:34 Sep 19 12:35:59.607 INFO kablam! | Sep 19 12:35:59.607 INFO kablam! 402 | &mut QLearner::new( Sep 19 12:35:59.607 INFO kablam! | __________________________________^ Sep 19 12:35:59.607 INFO kablam! 403 | | &world, Sep 19 12:35:59.607 INFO kablam! 404 | | qlearner_config.alpha, Sep 19 12:35:59.607 INFO kablam! 405 | | qlearner_config.gamma, Sep 19 12:35:59.607 INFO kablam! 406 | | qlearner_config.epsilon, Sep 19 12:35:59.607 INFO kablam! 407 | | qlearner_config.show_table, Sep 19 12:35:59.607 INFO kablam! 408 | | ), Sep 19 12:35:59.607 INFO kablam! | |_____________________________^ expected 4 parameters Sep 19 12:35:59.619 INFO kablam! Sep 19 12:35:59.731 INFO kablam! error[E0609]: no field `show_table` on type `&configuration::QLearnerConfig` Sep 19 12:35:59.731 INFO kablam! --> src/main.rs:407:49 Sep 19 12:35:59.731 INFO kablam! | Sep 19 12:35:59.731 INFO kablam! 407 | qlearner_config.show_table, Sep 19 12:35:59.731 INFO kablam! | ^^^^^^^^^^ Sep 19 12:35:59.731 INFO kablam! Sep 19 12:35:59.751 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 19 12:35:59.751 INFO kablam! --> src/main.rs:460:30 Sep 19 12:35:59.751 INFO kablam! | Sep 19 12:35:59.751 INFO kablam! 460 | &mut MaxQ::new( Sep 19 12:35:59.751 INFO kablam! | ______________________________^ Sep 19 12:35:59.751 INFO kablam! 461 | | &world, Sep 19 12:35:59.751 INFO kablam! 462 | | maxq_config.alpha, Sep 19 12:35:59.751 INFO kablam! 463 | | maxq_config.gamma, Sep 19 12:35:59.751 INFO kablam! ... | Sep 19 12:35:59.751 INFO kablam! 466 | | maxq_config.show_learning, Sep 19 12:35:59.751 INFO kablam! 467 | | ), Sep 19 12:35:59.751 INFO kablam! | |_________________________^ expected 5 parameters Sep 19 12:35:59.751 INFO kablam! Sep 19 12:35:59.751 INFO kablam! error[E0609]: no field `show_table` on type `&configuration::MaxQConfig` Sep 19 12:35:59.751 INFO kablam! --> src/main.rs:465:41 Sep 19 12:35:59.751 INFO kablam! | Sep 19 12:35:59.751 INFO kablam! 465 | maxq_config.show_table, Sep 19 12:35:59.751 INFO kablam! | ^^^^^^^^^^ Sep 19 12:35:59.751 INFO kablam! Sep 19 12:36:00.547 INFO kablam! error: aborting due to 6 previous errors Sep 19 12:36:00.547 INFO kablam! Sep 19 12:36:00.547 INFO kablam! Some errors occurred: E0061, E0252, E0425, E0609. Sep 19 12:36:00.547 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 19 12:36:00.564 INFO kablam! error: Could not compile `taxi`. Sep 19 12:36:00.564 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 12:36:01.744 INFO kablam! error: build failed Sep 19 12:36:01.750 INFO kablam! su: No module specific data is present Sep 19 12:36:03.137 INFO running `"docker" "rm" "-f" "306dc0248a48e2031e506c59cdfb25faae45d53ece30e17e1762f4f26159b884"` Sep 19 12:36:03.429 INFO blam! 306dc0248a48e2031e506c59cdfb25faae45d53ece30e17e1762f4f26159b884