Skip to content

Instantly share code, notes, and snippets.

@tikkal
Created September 21, 2016 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tikkal/c095037b12d92e3722cbe79c8be85a35 to your computer and use it in GitHub Desktop.
Save tikkal/c095037b12d92e3722cbe79c8be85a35 to your computer and use it in GitHub Desktop.
armv71 test failure for self_encryptor::tests::large_100mb_file stdout
+ arch
armv7l
+ RUST_BACKTRACE=1
+ git pull
Already up-to-date.
+ cargo build
+ cargo test self_encryptor::tests::large_100mb_file stdout
Running target/debug/lib-cf6bc612d6d5dd3b
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured
Running target/debug/self_encryption-3facb806f80a00a9
running 1 test
test self_encryptor::tests::large_100mb_file ... FAILED
failures:
---- self_encryptor::tests::large_100mb_file stdout ----
thread 'self_encryptor::tests::large_100mb_file' panicked at 'index out of bounds: the len is 0 but the index is 0', /buildslave/rust-buildbot/slave/stable-dist-rustc-cross-host-linux/build/src/libcollections/vec.rs:1176
stack backtrace:
1: 0x54c2c2cb - std::sys::backtrace::tracing::imp::write::hbd1caa461fe9c109
2: 0x54c2fb33 - std::panicking::default_hook::_$u7b$$u7b$closure$u7d$$u7d$::hdbcec33ebc315e74
3: 0x54c2f5e7 - std::panicking::default_hook::h957c062fb1f730ac
4: 0x54c22c07 - std::panicking::rust_panic_with_hook::h7a507451d3912a00
5: 0x54c2fdb3 - std::panicking::begin_panic::h2a01de0f799786d4
6: 0x54c238df - std::panicking::begin_panic_fmt::h8ced9591826d30c1
7: 0x54c2fd57 - rust_begin_unwind
8: 0x54c4c847 - core::panicking::panic_fmt::h9c49737ac95a342d
9: 0x54c4ca1b - core::panicking::panic_bounds_check::h3a01716d80c07735
10: 0x54b266c7 - _<collections..vec..Vec<T> as core..ops..IndexMut<usize>>::index_mut::h9b99ce81972698b5
at /buildslave/rust-buildbot/slave/stable-dist-rustc-cross-host-linux/build/src/libcollections/vec.rs:1176
11: 0x54b08613 - _<self_encryption..sequencer..Sequencer as core..ops..IndexMut<usize>>::index_mut::h0fdfe4484b9a4e4c
at /home/pi_user/src/maidsafe/self_encryption/src/sequencer.rs:143
12: 0x54b03f57 - _<self_encryption..self_encryptor..SelfEncryptor<'a, E, S>>::write::h6877229059a9d339
at /home/pi_user/src/maidsafe/self_encryption/src/self_encryptor.rs:136
13: 0x54b18c77 - self_encryption::self_encryptor::tests::large_100mb_file::h2a3898478ac0e4ce
at /home/pi_user/src/maidsafe/self_encryption/src/self_encryptor.rs:1326
14: 0x54b597cf - _<F as alloc..boxed..FnBox<A>>::call_box::h09e4f01e7f04c042
15: 0x54b5b977 - std::panicking::try::call::h17183139b8f45741
16: 0x54c3373b - __rust_try
17: 0x54c336cf - __rust_maybe_catch_panic
18: 0x54b5bdb3 - _<F as alloc..boxed..FnBox<A>>::call_box::hb5134f550ca2e6bd
19: 0x54c2e15f - std::sys::thread::Thread::new::thread_start::h629ec84f28a75e0e
failures:
self_encryptor::tests::large_100mb_file
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured
error: test failed
pi_user@rpi3:~/src/maidsafe/self_encryption $ exit
Script done on Wed 21 Sep 2016 01:40:01 UTC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment