Bug 1499016
Summary: | received unknown object while watching for builds | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Justin Pierce <jupierce> |
Component: | Build | Assignee: | Ben Parees <bparees> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Wenjing Zheng <wzheng> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.7.0 | CC: | aos-bugs, wewang, xtian |
Target Milestone: | --- | ||
Target Release: | 3.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-01 13:43:15 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Justin Pierce
2017-10-05 20:02:55 UTC
hopefully fixed by https://github.com/openshift/origin/pull/16705 and https://github.com/openshift/origin/pull/16707 verified in openshift v3.7.0-0.185.0 kubernetes v1.7.6+a08f5eeb62 etcd 3.2.8 steps: [root@dhcp-128-91 ~]# oc get builds NAME TYPE FROM STATUS STARTED DURATION ruby-sample-build-1 Source Git@022d87e Complete About a minute ago 50s [root@dhcp-128-91 ~]# oc logs bc/ruby-sample-build Cloning "https://github.com/openshift/ruby-hello-world.git" ... Commit: 022d87e4160c00274b63cdad7c238b5c6a299265 (Merge pull request #58 from junaruga/feature/fix-for-ruby24) Author: Ben Parees <bparees.github.com> Date: Fri Mar 3 15:29:12 2017 -0500 ---> Installing application source ... ---> Building your Ruby application from source ... ---> Running 'bundle install --deployment --without development:test' ... Fetching gem metadata from https://rubygems.org/.......... Installing rake 10.3.2 Installing i18n 0.6.11 Installing json 1.8.6 Installing minitest 5.4.2 Installing thread_safe 0.3.4 Installing tzinfo 1.2.2 Installing activesupport 4.1.7 Installing builder 3.2.2 Installing activemodel 4.1.7 Installing arel 5.0.1.20140414130214 Installing activerecord 4.1.7 Installing mysql2 0.3.16 Installing rack 1.5.2 Installing rack-protection 1.5.3 Installing tilt 1.4.1 Installing sinatra 1.4.5 Installing sinatra-activerecord 2.0.3 Using bundler 1.7.8 Your bundle is complete! Gems in the groups development and test were not installed. It was installed into ./bundle ---> Cleaning up unused ruby gems ... Running post commit hook ... /opt/rh/rh-ruby22/root/usr/bin/ruby -I"lib" -I"/opt/app-root/src/bundle/ruby/gems/rake-10.3.2/lib" "/opt/app-root/src/bundle/ruby/gems/rake-10.3.2/lib/rake/rake_test_loader.rb" "test/*_test.rb" Run options: --seed 59089 # Running: . Finished in 0.000709s, 1411.3529 runs/s, 1411.3529 assertions/s. 1 runs, 1 assertions, 0 failures, 0 errors, 0 skips Pushing image xxxxxx:5000/wenwang/origin-ruby-sample:latest ... Pushed 0/10 layers, 1% complete Pushed 1/10 layers, 13% complete Pushed 2/10 layers, 26% complete Pushed 3/10 layers, 34% complete Pushed 4/10 layers, 44% complete Pushed 5/10 layers, 53% complete Pushed 6/10 layers, 65% complete Pushed 7/10 layers, 75% complete Pushed 8/10 layers, 88% complete Pushed 9/10 layers, 99% complete Pushed 10/10 layers, 100% complete Push successful |