This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = 'deltachat_ffi' | |
operating_system = 'unix:Ubuntu' | |
crate_version = '1.0.0-alpha.3' | |
explanation = ''' | |
Panic occurred in file 'src/dc_tools.rs' at line 1579 | |
''' | |
method = 'Panic' | |
backtrace = ''' | |
stack backtrace: | |
0: backtrace::backtrace::libunwind::trace::h2166983b820ad158 (0x7f3ae9574517) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = 'deltachat_ffi' | |
operating_system = 'unix:Ubuntu' | |
crate_version = '1.0.0-alpha.1' | |
explanation = ''' | |
Panic occurred in file 'src/libcore/result.rs' at line 1051 | |
''' | |
method = 'Panic' | |
backtrace = ''' | |
stack backtrace: | |
0: backtrace::backtrace::trace::h096207cee5e96bb5 (0x7f0f2967ad27) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = 'deltachat_ffi' | |
operating_system = 'unix:Ubuntu' | |
crate_version = '1.0.0-alpha.0' | |
explanation = ''' | |
Panic occurred in file 'src/libcore/result.rs' at line 999 | |
''' | |
method = 'Panic' | |
backtrace = ''' | |
stack backtrace: | |
0: <unknown> (0x7ff00408ef19) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if let Some((private_key, public_key)) = Key::from_base64( | |
CStr::from_ptr(buf_base64).to_str().unwrap(), | |
KeyType::Private, | |
) | |
.and_then(|k| if k.verify() { Some(k) } else { None }) | |
.and_then(|k| k.split_key().map(|pub_key| (k, pub_key))) | |
-----BEGIN PGP PRIVATE KEY BLOCK----- | |
Autocrypt-Prefer-Encrypt: mutual |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Event::CONFIGURE_PROGRESS, | |
(if 20i32 < 1i32 { | |
1i32 | |
} else if 20i32 > 999i32 { | |
999i32 | |
} else { | |
20i32 | |
}) as uintptr_t, | |
0i32 as uintptr_t, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO:auditwheel.main_repair:Repairing deltachat-0.9.1.dev1-cp35-cp35m-manylinux1_x86_64.whl | |
usage: auditwheel [-h] [-V] [-v] command ... | |
auditwheel: error: cannot repair "/home/hpk/p/delta/core-rust/python/.tox/wheelhouse/deltachat-0.9.1.dev1-cp35-cp35m-manylinux1_x86_64.whl" to "manylinux1_x86_64" ABI because of the presence of too-recent versioned symbols. You'll need to compile the wheel on an older toolchain. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ export ORIGIN=/home/hpk/delta/core-rust | |
+ export CFLAGS=-I/home/hpk/delta/core-rust/deltachat-ffi | |
+ export LDFLAGS=-Wl,-rpath=$ORIGIN/target/release -Wl,--enable-new-dtags | |
+ pip install -e . | |
Looking in indexes: https://m.devpi.net/dc/py10/+simple/ | |
Obtaining file:///home/hpk/p/delta/core-rust/python | |
Complete output from command python setup.py egg_info: | |
/tmp/tmp2fyiefw7.h:1:23: fatal error: deltachat.h: No such file or directory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 17/20 : RUN true && curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y | |
---> Running in 5f5eee542d8d | |
info: downloading installer | |
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu' | |
info: latest update on 2019-03-27, rust version 1.35.0-nightly (fbd34efb3 2019-03-26) | |
info: downloading component 'rustc' | |
info: downloading component 'rust-std' | |
info: downloading component 'cargo' | |
info: downloading component 'rust-docs' | |
info: installing component 'rustc' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiling curve25519-dalek v1.1.3 | |
error[E0658]: `Self` struct constructors are unstable (see issue #51994) | |
--> /home/hpk/.cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-1.1.3/src/edwards.rs:696:9 | |
| | |
696 | Self(scalar_mul::precomputed_straus::VartimePrecomputedStraus::new(static_points)) | |
| ^^^^ | |
error[E0658]: `Self` struct constructors are unstable (see issue #51994) | |
--> /home/hpk/.cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-1.1.3/src/ristretto.rs:925:9 | |
| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error[E0277]: the trait bound `rand_core::Error: std::convert::From<rand_os::rand_core::Error>` is not satisfied | |
--> /home/hpk/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.2/src/rngs/entropy.rs:233:23 | |
| | |
233 | let mut rng = rngs::OsRng::new()?; | |
| ^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<rand_os::rand_core::Error>` is not implemented for `rand_core::Error` | |
| | |
= help: the following implementations were found: | |
<rand_core::Error as std::convert::From<rngs::jitter::TimerError>> | |
= note: required by `std::convert::From::from` |