Ubuntu Pastebin

Paste from lool at Mon, 29 Aug 2016 14:39:55 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Downloading 'rustup.sh'[================================================ ]  98%                                              Downloading 'rustup.sh'[================================================ ]  99%                                              Downloading 'rustup.sh'[=================================================] 100%
Traceback (most recent call last):
  File "/home/ubuntu/snapcraft/bin/snapcraft", line 31, in <module>
    snapcraft.main.main()
  File "/home/ubuntu/snapcraft/snapcraft/main.py", line 213, in main
    return run(args, project_options)
  File "/home/ubuntu/snapcraft/snapcraft/main.py", line 248, in run
    lifecycle_command, project_options, args['<part>'])
  File "/home/ubuntu/snapcraft/snapcraft/internal/lifecycle.py", line 100, in execute
    _Executor(config, project_options).run(step, part_names)
  File "/home/ubuntu/snapcraft/snapcraft/internal/lifecycle.py", line 130, in run
    self._run_step(step, part, part_names, dirty, recursed)
  File "/home/ubuntu/snapcraft/snapcraft/internal/lifecycle.py", line 168, in _run_step
    getattr(part, step)()
  File "/home/ubuntu/snapcraft/snapcraft/internal/pluginhandler.py", line 276, in pull
    self.code.pull()
  File "/home/ubuntu/snapcraft/snapcraft/plugins/rust.py", line 80, in pull
    self._fetch_rust()
  File "/home/ubuntu/snapcraft/snapcraft/plugins/rust.py", line 106, in _fetch_rust
    "--disable-sudo", "--save"])
  File "/home/ubuntu/snapcraft/snapcraft/_baseplugin.py", line 245, in run
    return common.run(cmd, cwd=cwd, **kwargs)
  File "/home/ubuntu/snapcraft/snapcraft/internal/common.py", line 62, in run
    subprocess.check_call(['/bin/sh', f.name] + cmd, **kwargs)
  File "/usr/lib/python3.5/subprocess.py", line 581, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/bin/sh', '/tmp/tmpzssu6pfl', '/tmp/tmp9ov2v8o9/simple-rust/parts/simple-rust/rust/rustup.sh', '--prefix=/tmp/tmp9ov2v8o9/simple-rust/parts/simple-rust/rust', '--disable-sudo', '--save']' returned non-zero exit status 1
}}}

Traceback (most recent call last):
  File "/home/ubuntu/snapcraft/integration_tests/test_rust_plugin.py", line 26, in test_stage_rust_plugin
    self.run_snapcraft('stage', project_dir)
  File "/home/ubuntu/snapcraft/integration_tests/__init__.py", line 72, in run_snapcraft
    stderr=subprocess.STDOUT, universal_newlines=True)
  File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.5/subprocess.py", line 708, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/home/ubuntu/snapcraft/bin/snapcraft', '-d', 'stage']' returned non-zero exit status 1
Download as text