Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Not A Bug
-
Impala 2.8.0
-
None
Description
Running bin/bootstrap_development.sh, following the instructions on https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65876095, fails with:
[2016-10-23T22:30:22-07:00] INFO: Processing apt_package[libevent1-dev] action install (impala::packages line 26) [0m ================================================================================[0m [31mError executing action `install` on resource 'apt_package[libevent1-dev]'[0m ================================================================================[0m [0mMixlib::ShellOut::ShellCommandFailed[0m ------------------------------------[0m Expected process to exit with [0], but received '100' [0m---- Begin output of apt-get -q -y install libevent1-dev=1.4.14b-stable-0ubuntu1 ---- [0mSTDOUT: Reading package lists... [0mBuilding dependency tree... [0mReading state information... [0mThe following packages were automatically installed and are no longer required: [0m libevent-core-2.0-5 libevent-extra-2.0-5 libevent-openssl-2.0-5 [0m libevent-pthreads-2.0-5 libffi-dev libllvm3.3 llvm-3.3-runtime [0mUse 'apt-get autoremove' to remove them. [0mThe following extra packages will be installed: [0m libevent-1.4-2 libevent-core-1.4-2 libevent-extra-1.4-2 [0mThe following packages will be REMOVED: [0m libevent-dev [0mThe following NEW packages will be installed: [0m libevent-1.4-2 libevent-core-1.4-2 libevent-extra-1.4-2 libevent1-dev [0m0 upgraded, 4 newly installed, 1 to remove and 165 not upgraded. [0mNeed to get 231 kB of archives. [0mAfter this operation, 433 kB disk space will be freed. [0mWARNING: The following packages cannot be authenticated! [0m libevent-1.4-2 libevent-core-1.4-2 libevent-extra-1.4-2 libevent1-dev [0mSTDERR: E: There are problems and -y was used without --force-yes [0m---- End output of apt-get -q -y install libevent1-dev=1.4.14b-stable-0ubuntu1 ---- [0mRan apt-get -q -y install libevent1-dev=1.4.14b-stable-0ubuntu1 returned 100[0m [0mResource Declaration:[0m ---------------------[0m # In /var/lib/jenkins/impala-setup/cookbooks/impala/recipes/packages.rb [0m [0m 26: package pkg [0m 27: end [0m [0mCompiled Resource:[0m ------------------[0m # Declared in /var/lib/jenkins/impala-setup/cookbooks/impala/recipes/packages.rb:26:in `block in from_file' [0m [0mapt_package("libevent1-dev") do [0m package_name "libevent1-dev" [0m action [:install] [0m retries 0 [0m retry_delay 2 [0m default_guard_interpreter :default [0m declared_type :package [0m cookbook_name "impala" [0m recipe_name "packages" [0mend