Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-4349

Installation from scratch fails with libevent authentication

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Not A Bug
    • Impala 2.8.0
    • None
    • Infrastructure

    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)
      
      ================================================================================
      Error executing action `install` on resource 'apt_package[libevent1-dev]'
      ================================================================================
      
      Mixlib::ShellOut::ShellCommandFailed
      ------------------------------------
      Expected process to exit with [0], but received '100'
      ---- Begin output of apt-get -q -y install libevent1-dev=1.4.14b-stable-0ubuntu1 ----
      STDOUT: Reading package lists...
      Building dependency tree...
      Reading state information...
      The following packages were automatically installed and are no longer required:
        libevent-core-2.0-5 libevent-extra-2.0-5 libevent-openssl-2.0-5
        libevent-pthreads-2.0-5 libffi-dev libllvm3.3 llvm-3.3-runtime
      Use 'apt-get autoremove' to remove them.
      The following extra packages will be installed:
        libevent-1.4-2 libevent-core-1.4-2 libevent-extra-1.4-2
      The following packages will be REMOVED:
        libevent-dev
      The following NEW packages will be installed:
        libevent-1.4-2 libevent-core-1.4-2 libevent-extra-1.4-2 libevent1-dev
      0 upgraded, 4 newly installed, 1 to remove and 165 not upgraded.
      Need to get 231 kB of archives.
      After this operation, 433 kB disk space will be freed.
      WARNING: The following packages cannot be authenticated!
        libevent-1.4-2 libevent-core-1.4-2 libevent-extra-1.4-2 libevent1-dev
      STDERR: E: There are problems and -y was used without --force-yes
      ---- End output of apt-get -q -y install libevent1-dev=1.4.14b-stable-0ubuntu1 ----
      Ran apt-get -q -y install libevent1-dev=1.4.14b-stable-0ubuntu1 returned 100
      
      Resource Declaration:
      ---------------------
      # In /var/lib/jenkins/impala-setup/cookbooks/impala/recipes/packages.rb
      
       26:       package pkg
       27:     end
      
      Compiled Resource:
      ------------------
      # Declared in /var/lib/jenkins/impala-setup/cookbooks/impala/recipes/packages.rb:26:in `block in from_file'
      
      apt_package("libevent1-dev") do
        package_name "libevent1-dev"
        action [:install]
        retries 0
        retry_delay 2
        default_guard_interpreter :default
        declared_type :package
        cookbook_name "impala"
        recipe_name "packages"
      end
      

      Attachments

        Activity

          People

            dknupp David Knupp
            jbapple Jim Apple
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: