Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681204 - dev-go/godep-74 : [TEST] failed to initialize build cache at /.../go-build: mkdir /.../cache: permission denied
Summary: dev-go/godep-74 : [TEST] failed to initialize build cache at /.../go-build: m...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 567192
  Show dependency tree
 
Reported: 2019-03-21 20:41 UTC by Toralf Förster
Modified: 2019-03-21 23:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.84 KB, text/plain)
2019-03-21 20:41 UTC, Toralf Förster
Details
dev-go:godep-74:20190321-061609.log (dev-go:godep-74:20190321-061609.log,19.59 KB, text/plain)
2019-03-21 20:41 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,254.60 KB, text/plain)
2019-03-21 20:41 UTC, Toralf Förster
Details
environment (environment,17.71 KB, text/plain)
2019-03-21 20:41 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.01 KB, application/x-bzip)
2019-03-21 20:41 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,759.04 KB, application/x-bzip)
2019-03-21 20:41 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-03-21 20:41:00 UTC
WORK=/var/tmp/portage/dev-go/godep-74/temp/go-build612287682
mkdir -p $WORK/b001/
failed to initialize build cache at /root/cache/go-build: mkdir /root/cache: permission denied
 * ERROR: dev-go/godep-74::gentoo failed (test phase):
 *   (no error message)
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-desktop_test_20190313-190226

  -------------------------------------------------------------------

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)

Available Rust versions:
  [1]   rust-bin-1.32.0 *
  [2]   rust-1.32.0
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.10.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO dev-go/godep
[ebuild  N    ] dev-go/godep-74
Comment 1 Toralf Förster gentoo-dev 2019-03-21 20:41:03 UTC
Created attachment 570238 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-03-21 20:41:06 UTC
Created attachment 570240 [details]
dev-go:godep-74:20190321-061609.log
Comment 3 Toralf Förster gentoo-dev 2019-03-21 20:41:09 UTC
Created attachment 570242 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-03-21 20:41:12 UTC
Created attachment 570244 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-03-21 20:41:14 UTC
Created attachment 570246 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-03-21 20:41:17 UTC
Created attachment 570248 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-03-21 23:57:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7f1d5ae79e9ff8a33ae9356f060071bb34c7f4

commit ec7f1d5ae79e9ff8a33ae9356f060071bb34c7f4
Author:     Zac Medico <zachary.medico@sony.com>
AuthorDate: 2019-03-21 23:53:10 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-03-21 23:57:10 +0000

    dev-go/godep: filter GOCACHE vars (bug 681204)
    
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Closes: https://bugs.gentoo.org/681204
    Copyright: Sony Interactive Entertainment Inc.
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-go/godep/godep-74.ebuild   | 9 +++++++--
 dev-go/godep/godep-9999.ebuild | 9 +++++++--
 2 files changed, 14 insertions(+), 4 deletions(-)
Comment 8 Zac Medico gentoo-dev 2019-03-21 23:57:44 UTC
Thanks!